SoloSynth1 / n-hentai-scraper

Simple synchronous nhentai gallery downloader
MIT License
8 stars 1 forks source link
bash nhentai nhentai-downloader python python3 requests

n-hentai-scraper

n-hentai-scraper

"I did this for research purposes"

Description

This is a simple downloader for nhentai.net galleries.

The downloaded galleries are currently hardcoded to store in ./data directory.

Features:

Dependencies

Python3.6+.

pip dependencies listed in requirements.txt.

How to install

  1. Get Python.
  2. (Optional) Create a virtual environment.
  3. Use pip install -r requirements.txt to download all dependencies.
  4. ??????
  5. Profit

How to use

Single gallery download

Format: python main.py {gallery-id}

Example: python main.py 177013

Multiple gallery download at the same time (*nix OS only)

Format: ./download.sh {gallery-id}...

Example: ./download.sh 123824 135860 141768 153521 171136 171211 186386 204241 218812 242376 297575

Bug Report & Suggestions

Kindly raise an issue in this repository. Not guaranteed to respond. Feel free to fork and improve.