# | Line 965 | Line 965 | for LINE in `cat "$LINKS_FILE"`; do | |
---|---|---|
965 | SNAPSHOT_URL=${SNAPSHOT_URL#*\"url\": \"} # everything after '"url": "' | |
966 | SNAPSHOT_URL=${SNAPSHOT_URL%%\"*} # everything before '"' | |
967 | ||
968 | + | # Remove the port 80 part that IA often adds to the URL, as it's superfluous |
969 | + | SNAPSHOT_URL=$(echo $SNAPSHOT_URL | sed 's/:80//') |
970 | + | |
971 | # Inform the user of the snapshot URL | |
972 | valPrint ts " IA suggests $SNAPSHOT_URL" | |
973 | valPrint rs " IA suggests {\field{\*\fldinst{HYPERLINK \"$SNAPSHOT_URL\"}}{\fldrslt $SNAPSHOT_URL}}" |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |