Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.32 KB

batch-download-sample-gallery

screenshot

A CLI tool for batch downloading sample images from digital camera review websites.

Supported

Pre-requisites

Usage

git clone https://github.com/riophae/batch-download-sample-gallery.git
cd batch-download-sample-gallery
npm install --production
node download <Gallery URL>

Per default the downloaded image files will be saved in output/<Gallery Name>/ directory. You can change it in the config file.

Gallery URL examples:

Configuration

  • Make a copy of config.default.js and rename it to config.js
  • Edit it to your likings

License

MIT © Riophae Lee