User:AnomieBOT/source/tasks/TaskRedirectChecker.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: ReplaceExternalLinks2: * Screen-scrape archive.org and pull the archive closest to the access date. * Query webcitation.org too. * Try to find access dates in non-templated <ref> tags. * Remove {{tl|dead link}} adjac
AnomieBOT (talk | contribs)
Updating published sources: BAGBot, OnThisDayTagger, OrphanReferenceFixer, TaskRedirectChecker, TemplateSubster: * rvstartid changed to rvcontinue for continuation.
Line 109:
}
if(exists($res->{'query-continue'})){
$q{'rvstartidrvcontinue'}=$res->{'query-continue'}{'revisions'}{'rvstartidrvcontinue'};
} else {
delete $q{'rvstartidrvcontinue'};
}
 
Line 139:
last if defined($newtitle);
}
} while(!defined($newtitle) && exists($q{'rvstartidrvcontinue'}));
 
if(defined($newtitle)){