Pass proper user-agent in stream_file
when host is upload.wikimedia.org
#214
Open
Description
For files hosted on upload.wikimedia.org, we must comply with their User-Agent policy at https://meta.wikimedia.org/wiki/User-Agent_policy
Doing so at scraperlib level in stream_file
(main methods using in many scraper to download files / assets) would help avoid having to do so in every scraper (and forget about it over and over).