Ignore:
Timestamp:
Mar 25, 2020, 2:59:27 AM (5 years ago)
Author:
iritscen
Message:

Val now removes the annoying ':80' in many Archive links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1123 r1124  
    966966            SNAPSHOT_URL=${SNAPSHOT_URL%%\"*} # everything before '"'
    967967
     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
    968971            # Inform the user of the snapshot URL
    969972            valPrint ts "  IA suggests $SNAPSHOT_URL"
Note: See TracChangeset for help on using the changeset viewer.