jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added projects: Pywikibot-weblinkchecker.py, Pywikibot-Other-scripts, Easy, Google-Code-In-2015. Herald added subscribers: pywikibot-bugs-list, Aklapper. Herald added a project: Internet-Archive.
TASK DESCRIPTION weblinkchecker.py and reflinks.py should ignore URLs containing '*' as they are intentionally not real links. ``` $ python pwb.py weblinkchecker -family:wikipedia -lang:en -page:User:Emijrp/External_Links_Ranking Retrieving 1 pages from wikipedia:en. >>> User:Emijrp/External Links Ranking <<< checking http://download.wikimedia.org/enwiki/20140614/enwiki-20140614-externallinks.sql.gz checking http://dumps.wikimedia.org/enwiki/ checking http://www.google.com checking http://google.com checking http://books.google.com checking http://google.com checking http://dx.doi.org checking http://*.dx.doi.org checking http://books.google.com *[[User:Emijrp/External Links Ranking]] links to http://*.dx.doi.org - Socket Error: 'No address associated with hostname'. checking http://*.books.google.com ignoring http://web.archive.org due to .*[\./@]web\.archive\.org(/.*)? ignoring http://*.web.archive.org due to .*[\./@]web\.archive\.org(/.*)? *[[User:Emijrp/External Links Ranking]] links to http://*.books.google.com - Socket Error: 'No address associated with hostname'. checking http://google.com http://www.google.com ok checking http://*.google.com ... ``` TASK DETAIL https://phabricator.wikimedia.org/T124141 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, jayvdb, pywikibot-bugs-list, Jay8g _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
