lgloege / zenodopy

Manage Zenodo projects with Python
MIT License
15 stars 8 forks source link

Replaced `wget.download` with `r.content` #7

Closed longavailable closed 1 year ago

longavailable commented 1 year ago

wget.download(r.url) is only valid for explicit urls, which do not require authorization. For files that are not open, wget.download would return HTTP Error 404 since it has not been authorizated in place.