A simple Humble Bundle downloader, takes a Humble Bundle
product URI (e.g https://www.humblebundle.com/downloads?key=xxxxxx
) and it takes care of the download from there.
pip install hbdl
Usage: python -m hbdl [OPTIONS] URI
Options:
--dest-dir PATH
--downloader [wget|curl|python]
--with-extension TEXT Download only files with extension, default
to empty string(all files)
--dryrun
--help Show this message and exit.
- Check the hash of the downloaded to avoid repetitive download
- Better logging and error reporting
- Standalone app / GUI
- Automate the pypi publish