ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/validate_external_links.sh
(Generate patch)

Comparing Validate External Links/validate_external_links.sh (file contents):
Revision 1189 by iritscen, Sun Apr 21 16:08:13 2024 UTC vs.
Revision 1190 by iritscen, Sun Jun 23 23:36:00 2024 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)