Changeset 1190


Ignore:
Timestamp:
Jun 24, 2024, 1:36:00 AM (5 months ago)
Author:
iritscen
Message:

ValExtLinks: Added archive.ph as an alternate domain to archive.is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1189 r1190  
    873873
    874874   # If we're skipping archive links, see if this is one
    875    if [ $CHECK_ARCHIVE_LINKS -eq 0 ] && [[ ( $URL == *web.archive.org* || $URL == *archive.is* ) ]]; then
     875   if [ $CHECK_ARCHIVE_LINKS -eq 0 ] && [[ ( $URL == *web.archive.org* || $URL == *archive.is* || $URL == *archive.ph* ) ]]; then
    876876      valPrint trs "Skipping URL '$URL' (found on page '$LOCAL_PAGE_PATH') because I have not been asked to check archive links."
    877877      let SKIP_ARCHIVES+=1
Note: See TracChangeset for help on using the changeset viewer.