DMarby / humblebundle-ebook-downloader

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

[IDEA] Add config file and support for games and other files #16

Open tobias-p opened 6 years ago

tobias-p commented 6 years ago

Hi, I used your program a lot and have some ideas, which would be helpful.

At first, could you maybe add a config file, where you can easily choose, which file fomats shall be downloaded? I'm thinking of a format like the following "code"

pdf = true epub = true cbz = false

Also It would be great if you could add support for the games, audio-books, programs, video-files and zip (where a config file would be a great benefit)...

Don't know if you can do it and want to change your ebook-downloader to a humblebundle downloader, but your program is the only one, which really runs well ;)

tdk337 commented 6 years ago

Will the options for formatting work? This is already implemented and works great for me.

-f, --format = What format to download the ebook in (all, cbz, epub, mobi, pdf, pdf_hd), defaults to epub

tobias-p commented 6 years ago

well, I tried the options flag, but my problem is that I have a slow internet connection and using the --format let me only download one specific format (or all), but I have no chance to download all except cbz... at least thats the problem I had the last time I tried to download all except cbz (tried it with "-f epub, pdf, mobi, pdf_hd")... but maybe I've just done it wrong?