DMarby / humblebundle-ebook-downloader

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

*.supplement files are typically *.zip #43

Open amussey opened 3 years ago

amussey commented 3 years ago

Certain books include a supplement "version". For example:

Screen Shot 2020-12-03 at 8 14 37 AM

In this case, it includes some runnable code samples that correlate to those in the book. humblebundle-ebook-downloader --format all handles fetching of these files perfectly. However, they are assigned the extension *.supplement.

In my limited experience (6 books in my library with supplements), these are downloaded from the Humble Bundle site as *.zip files. Rather than My Book.supplement, could we have these downloaded as My Book (supplement).zip?

(Thanks for the handy tool!)