j
k
j a
j l
A slight correction:
This lists red titles. :-)
not_existing = [wikipedia.Page(wikipedia.getSite(), pname).title() for
...pname in re.findall(r"title=(.*?)&action=edit", fullsourcetext)] def exists(page): return page.title() *not *in not_existing
pname in re.findall(r"title=(.*?)&action=edit", fullsourcetext)] def exists(page): return page.title() *not *in not_existing
pname in re.findall(r"title=(.*?)&action=edit", fullsourcetext)]
def exists(page): return page.title() *not *in not_existing
Attachments:
Back to the thread
Back to the list