rivy / humblebundle-download

An easy way to download files from your HumbleBundle account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

humblebundle-download

An easy way to download files from your humblebundle account
• an enhanced fork of DMarby/humblebundle-ebook-downloader

License Javascript Style Guide
NPM version Downloads

Installation

$ npm install -g humblebundle-download

Usage

$ humblebundle-download --help

Usage: index [options]

Options:
  -V, --version                              output the version number
  -d, --download-folder <download_folder>    Download folder (default: "/home/Download/Humble Bundles")
  -l, --download-limit <download_limit>      Parallel download limit (default: 1)
  -f, --format <format>                      Format to download (all, cbz, epub, flac, mobi, mp3, pdf, pdf_hd, zip) (default: "pdf")
  -t, --type <type>                          Type to download (all, audio, ebook, video) (default: "ebook")
  -s, --sort-by <property>                   Sort bundles by property (date, name) (default: "date")
  --auth-token <auth-token>                  (optional) for use in headless mode, specify your authentication cookie from your browser (_simpleauth_sess)
  -a, --all                                  Download all bundles (default: false)
  --cache-max-age <hours>                    Maximum useful age of cached information (default: 24)
  -C, --no-cache                             Ignore cached bundle information
  --debug                                    Enable debug logging (default: false)
  -h, --help                                 output usage information

Related

Authors

Contributors

License

See LICENSE.md

About

An easy way to download files from your HumbleBundle account

License:The Unlicense


Languages

Language:JavaScript 100.0%