Hello,
I just installed piwikibot (latest stable version), and can't use the imageharvest, with python 3.6.
On the line 78: links.append(urllib.basejoin(url, link)) I get the error on urllib.basejoin saying that basejoin attribute don't exists.
I tried to add (on a userscript):
from six.moves.urllib.parse import urljoin as basejoin
same error
Any idea ?
Thanks