We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4db9 commit 39cedb4Copy full SHA for 39cedb4
1 file changed
top/get_data.py
@@ -71,7 +71,7 @@ def is_article(title, wiki_info):
71
search page (Special:Search in English, etc) and similar pages appearing
72
inconveniently in the traffic report.
73
'''
74
- skip = ['-'] + [wiki_info['mainpage']]
+ skip = ['-', '404.php'] + [wiki_info['mainpage']]
75
prefixes = PREFIXES + wiki_info['namespaces']
76
if title in skip:
77
return False
0 commit comments