Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rm1k3 committed Mar 6, 2016
1 parent 8adb792 commit 7683610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions speedydeletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def main(*args):
# print file_store[entry.title]
title=entry.title.encode("utf8","ignore")

if re.search("^User:" , entry.title):
continue
if re.search("^Wikipedia:" , entry.title):
# pywikibot.output(u'skipping %s' % entry.title)
continue
Expand Down

0 comments on commit 7683610

Please sign in to comment.