Closed peterk closed 1 year ago
Hello @peterk! Thank you very much for analyzing this problem and sharing this PR!
I have prepared a similar fix in #35 with mostly cosmetic differences:
request.Session
so that we avoid injecting to all the requests that uses itUnfortunately that was pretty tricky because the integration tests started to failing a lot on the GitHub Actions workflow (I guess that there is some blocklist or similar!) and the download was always waiting. Please see #35 comments for possible more details if you are more curious!
Thank you very much again!
Great! Thank you for providing transferwee!
Adds a fake user-agent to all requests. Fixes #33.