fsantini / KoboCloud

A set of scripts to synchronize a kobo reader with popular cloud services
Other
1k stars 97 forks source link

Auto confirm large file downloads #170

Closed ibrahimmkhalid closed 9 months ago

ibrahimmkhalid commented 9 months ago

Problem: Current implementation does not allow for the downloading of large files (>=200MB)

Scenario: I uploaded a manga volume, expecting it to download on to my device. It would not work.

Fix: The change adds an auto confirm flag in the linkLine URL, allowing downloads of larger files to go through.

I do not have experience with other cloud providers, so I am unable to test/make fixes for those services. I do have a dropbox account, so I will also try that soon. I will add tests for this as well

ibrahimmkhalid commented 9 months ago

hmmm... my bad for not reading other issues/PRs, such as #160, #163 before hand. Going to go ahead and close this PR. Thanks for all the work you put into this project!