XZise added a subscriber: XZise. XZise added a comment. Okay looking through the https://phabricator.wikimedia.org/tag/pywikibot-core/ repository (excluding the tests):
- There are three instances where links are used as documentation so they won't cause the bot to fail (patrol script, `pywikibot.interwiki_graph`, `pywikibot.family`) - One instance is in the example result when using rcstream so at most the test might fail (need to look into that more closely) - One mismatch in `pywikibot.page.FilePage` (for wikitravel which is afaik nicht managed by WMF and even though fixing https://phabricator.wikimedia.org/T74847 should help reduce the necessity for that) - The only large problem would be the Wikidata family which uses a bunch of hardcoded links. To be honest looking at that I think there must be a more dynamic implementation or not such a verbose one (e.g. instead of the full URL maybe just the name of the Wikidata entry). The tests are not as easy to answer because a request via HTTP might be intentional and most matches are from the Q60.wd file for the tests so we might want to download a newer version of it or something. TASK DETAIL https://phabricator.wikimedia.org/T102315 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: XZise, BBlack, Nemo_bis, Tony_Tan_98, Aklapper, jayvdb, pywikibot-bugs-list, Anshoe, Dinoguy1000, Seb35, Krenair _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
