wikiart
wikiart copied to clipboard
de BASEURL doesn't work
I like to get the German titles of paintings. I just tried changing BASEURL in settings.py to 'de' without luck:
WikiArt base url.
BASE_URL = 'https://www.wikiart.org/de/App'
python3 wikiart.py --datadir ./new-dir/ fetch --only 'van gogh'
[code] WikiArt.
Author: Lucas David -- [email protected] License: MIT License (c) 2016
info: Fetching artists... Done (5.26 sec)
Fetching paintings of artist: van gogh (Metadata retrieval is slow and can take minutes. Please be patient)
Traceback (most recent call last):
File "/var/downloads/wikiart/wikiart-master/wikiart.py", line 4, in
[/code]
Is there any chance to make it work?