iamleot / transferwee

Download/upload files via wetransfer.com
155 stars 38 forks source link

Add user agent to requests #34

Closed peterk closed 1 year ago

peterk commented 1 year ago

Adds a fake user-agent to all requests. Fixes #33.

iamleot commented 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:

Unfortunately 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!

peterk commented 1 year ago

Great! Thank you for providing transferwee!