[07:33:59] Has anyone used quarry (or any other way) to produce a list of pages containing specific external links? [07:49:15] revi If it's just to get a list file from the special page, pywikibot can help you [07:50:49] hmm, which script, Framawiki ? [07:53:33] (and does it support wildcard on subdomain? It'd be useless without it) [07:54:16] https://m.mediawiki.org/wiki/Manual:Pywikibot/listpages.py with -weblink:url arg [07:56:44] Not sure about wildcard, it's just using Exturlusage mw API [07:58:29] looks like no, `python3 pwb.py listpages -weblink:"http://*.blog.me"` -> `pywikibot.data.api.APIError: badquery: Invalid query.` [07:59:40] Try without protocol? [08:00:26] (Sorry i'm on tel, can't test right by myself now) [08:00:34] yeah, I figured it out via m.mw.org [08:00:39] :) [08:01:20] seems like it works