[go: up one dir, main page]

Skip to content

SoloSynth1/n-hentai-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Just give the number and start download right away
  • Download multiple doujishis at a single command!
  • Downloaded images are organized by their titles
  • Check, prevent & reject corrupted downloads

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.

Releases

No releases published

Packages

No packages published