yuukari / e-hentai-downloader

CLI multi-worker gallery downloader for e-hentai.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e-hentai-downloader

CLI multi-worker gallery downloader for e-hentai.org website.

e-hentai-downloader

Quick start

  1. Install npm dependencies:
    npm install
  2. View help (and make sure it's working):
    node index.js -h

Usage examples

  1. Quick download:
    node index.js -l https://e-hentai.org/g/your-gallery
  2. Download with specific workers count (more = faster)
    node index.js -l https://e-hentai.org/g/your-gallery -w 10
  3. Download to specific location:
    node index.js -l https://e-hentai.org/g/your-gallery -o "C:\Images\Galleries"
  4. Download to specific location with filename override (filenames starts from "img_1000.jpg"):
    node index.js \
      -l https://e-hentai.org/g/your-gallery \
      -o "C:\Images\Galleries" \
      -ft "img_*c*e" \
      -c 1000

About

CLI multi-worker gallery downloader for e-hentai.org website


Languages

Language:JavaScript 100.0%