HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nhentai — Download doujinshis from nhentai. More information: <https://github.com/RicterZ/nhentai#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnhentaifromclidoujinshisdownloadmore

Problem

How to use the nhentai command: Download doujinshis from nhentai. More information: <https://github.com/RicterZ/nhentai#usage>.

Solution

nhentai — Download doujinshis from nhentai. More information: <https://github.com/RicterZ/nhentai#usage>.

Set cookies:
nhentai --cookie "csrftoken={{TOKEN}}; sessionid={{ID}}"


Download a specific doujin:
nhentai --id {{number}}


Download the first page of your favorites:
nhentai {{[-F|--favorites]}} {{[-D|--download]}} {{[-d|--delay]}} 1


Download specific pages of your favorites:
nhentai {{[-F|--favorites]}} --pages {{start_page}}-{{end_page}} {{[-D|--download]}} {{[-d|--delay]}} 1

Code Snippets

Set cookies

nhentai --cookie "csrftoken={{TOKEN}}; sessionid={{ID}}"

Download a specific doujin

nhentai --id {{number}}

Download the first page of your favorites

nhentai {{[-F|--favorites]}} {{[-D|--download]}} {{[-d|--delay]}} 1

Download specific pages of your favorites

nhentai {{[-F|--favorites]}} --pages {{start_page}}-{{end_page}} {{[-D|--download]}} {{[-d|--delay]}} 1

Context

tldr-pages: common/nhentai

Revisions (0)

No revisions yet.