2

Is it possible to return the only the article hyperlinks used in the content text of a wiki page using Pywikibot? I have tried iterwikilinks() but that doesn't return the correct links I am looking for. Is there another method or API call?

Termininja
  • 6,620
  • 12
  • 48
  • 49
stochasticcrap
  • 350
  • 3
  • 16

1 Answers1

2

You might look for:

pywikibot.Page.linkedPages()
dafnahaktana
  • 837
  • 7
  • 21