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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: d::Redirects: * Redo redirects_to and redirects_to_resolved to use the new prop=redirects. Much faster and more accurate, but let's hope I didn't introduce any bugs.
AnomieBOT (talk | contribs)
Updating published sources: DeletionSortingCleaner: * Update for not-so-recent edit to {{tl|mfd top}}.
Line 207:
# If closed, remove from the main page and note it for archival.
# If still open, do nothing.
return undef unless $xfdintxt=~m!<div class=\x22boilerplate (?:afd[am]fd|metadata)[ "]!;
my ($result,$date)=('(unknown)','(unknown)');
$result=$1 if $xfdintxt=~m!result was\s*'''(.+?)'''!;