You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for creating this amazing tool!
I have a pretty big library and for hours it downloaded fine, but now it downloads at an extremely slow speed.
A small pdf takes about half an hour.
However, when I download over the humble bundle interface, the speed is a lot faster (about 5 mbps).
What I tried
I started using the cookie file, while also copying the headers of my browser session to the requests session (self.session.headers.update(HEADERS) - logging enabled, so I see the correct headers are sent), but this seemed to have no effect.
The text was updated successfully, but these errors were encountered:
First of all thank you for creating this amazing tool!
I have a pretty big library and for hours it downloaded fine, but now it downloads at an extremely slow speed.
A small pdf takes about half an hour.
However, when I download over the humble bundle interface, the speed is a lot faster (about 5 mbps).
What I tried
I started using the cookie file, while also copying the headers of my browser session to the requests session (
self.session.headers.update(HEADERS)
- logging enabled, so I see the correct headers are sent), but this seemed to have no effect.The text was updated successfully, but these errors were encountered: