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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * As an additional safety check on the previous change, only do that when both of the subject pages redirect to the same target.
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * Clean up skip list. The two non-images have been deleted, and for the image there's little point in skipping just that one since seven other such images have had local pages created since.
Line 46:
# Titles that the bot can't and shouldn't create redirects for, to avoid logspam.
my %skipTitles = (
0 => {
"List_of_''Late_Night_with_Jimmy_Fallon''_episodes_(2013–14)" => 1,
},
6 => {
"Velázquez_–_Bufón_don_Sebastián_de_Morra_(Museo_del_Prado,_c._1645).jpg" => 1,
},
10 => {
"Location_map_Minneapolis–Saint_Paul" => 1,
},
);