nautilus
nautilus copied to clipboard
Impossible to ZIM files from upload.wikimedia.org
See https://github.com/openzim/zim-requests/issues/272#issuecomment-2466938768
Since files are hosted on upload.wikimedia.org, we must comply with their User-Agent policy at https://meta.wikimedia.org/wiki/User-Agent_policy
I suggest we add a CLI option to pass a custom User-Agent to be used when downloading the nautilus files.
Indeed ; shouldn't scraperlib do this by default for stream_file?
shouldn't scraperlib do this by default for stream_file?
yes for upload.wikimedia.org ; CLI argument would still help for "less known" websites.
opened https://github.com/openzim/python-scraperlib/issues/214