Woody2143 / HumbleBundleDL

Script used to download files from Humble Bundle
MIT License
5 stars 2 forks source link

A number of small improvements #2

Closed ekuns closed 6 years ago

ekuns commented 6 years ago

This pull request has a number of small improvements:

Skip files over 4GB so the script doesn't crash (should be made adjustable, but. ... later). Give more information about what the user is expected to enter, Skip streams, since they don't have a download. Add ".zip" to zip files. Add more documentation.

This got me most of the way to what I wanted. If I can find time, I may make more suggestions later.

ekuns commented 6 years ago

Basically, if you've ever bought any videos at HumbleBundle, they can cause a number of problems. My pull request addresses some of them fully, some partially. It would be nice to handle huge files. For one comedy video I bought from HumbleBundle, the 1080p file is 13.7 GB!!! Better to skip it and download everything else than to crash the script and stop there. It would be cool at some point to find out how to download such a huge file without exhausting memory, but for now I can handle manually downloading a file or two.

Woody2143 commented 6 years ago

Thanks for the commit!

Woody2143 commented 6 years ago

whoops, now it should be merged first time doing this via github