# | Line 872 | Line 872 | for LINE in `cat "$LINKS_FILE"`; do | |
---|---|---|
872 | fi | |
873 | ||
874 | # 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 |
876 | valPrint trs "Skipping URL '$URL' (found on page '$LOCAL_PAGE_PATH') because I have not been asked to check archive links." | |
877 | let SKIP_ARCHIVES+=1 | |
878 | let PAGE_LINKS+=1 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |