DMarby / humblebundle-ebook-downloader

An easy way to download ebooks from your humblebundle account
The Unlicense
230 stars 27 forks source link

[Idea] md5 validation #39

Closed sjthespian closed 4 years ago

sjthespian commented 4 years ago

Since HumbleBundle supplies md5 checksums, it would be nice to be able to verify those instead of just checking for the file already being downloaded. From existing issues, I see that someone has already done that, I may see how much work it is to implement and submit a PR.

fork with md5 checking mentioned by @jlongman in https://github.com/DMarby/humblebundle-ebook-downloader/issues/1#issuecomment-269917334

sjthespian commented 4 years ago

In digging around in the code, I see you are doing that already.