RicterZ / nhentai

nhentai doujinshi downloader
http://nhentai.net
MIT License
828 stars 115 forks source link

Downloads only by one #322

Closed V1Htor closed 1 week ago

V1Htor commented 1 month ago

For some reason it download only the first number and then stops the job, no errors.

command ex:

nhentai --o "C:\MINERVA\Bot\nh" --threads 12 --meta --delay 1 --id 123456 123457 123458

RicterZ commented 1 week ago

cannot reproduct, here's the print log:

(nhentai-py3.12) /m/c/U/S/P/nhentai >>> python -m nhentai.command -o /tmp  --format '%a/%i/%t' --threads 12 --meta --del
ay 1 --id 123456 123457 123459
[00:12:27] banner: nHentai ver 0.5.7: あなたも変態。 いいね?
[00:12:27] main: Using mirror: https://nhentai.net
[00:12:27] main: Using proxy: http://192.168.13.1:7890
[00:12:27] main: Using viewer template "default"
[00:12:28] check_cookie: Login successfully! Your username: ricter-z
[00:12:28] doujinshi_parser: Fetching doujinshi information of id 123456
[00:12:29] download: Starting to download doujinshi: [Fujikawa Satoshi] TS Panic Ch. 1-3 [English]
[00:12:29] start_download: Doujinshi will be saved at "/tmp/fujikawa satoshi/123456/[Fujikawa Satoshi] TS Panic Ch. 1-3 [English]"
[00:12:29] start_download: Path "/tmp/fujikawa satoshi/123456/[Fujikawa Satoshi] TS Panic Ch. 1-3 [English]" already exist.
[00:12:29] generate_metadata_file: Writing Metadata Info
[00:12:29] generate_metadata_file: /tmp/fujikawa satoshi/123456/[Fujikawa Satoshi] TS Panic Ch. 1-3 [English]
[00:12:29] generate_html: HTML Viewer has been written to "/tmp/fujikawa satoshi/123456/[Fujikawa Satoshi] TS Panic Ch. 1-3 [English]/index.html"
[00:12:29] doujinshi_parser: Fetching doujinshi information of id 123457
[00:12:30] download: Starting to download doujinshi: [kaiduka] Sono Namae de Yobanaide Ch. 1 | Don't call me that name (Tayun Purun Monyun) [English] [biribiri]
[00:12:30] start_download: Doujinshi will be saved at "/tmp/kaiduka/123457/[kaiduka] Sono Namae de Yobanaide Ch. 1 Don t call me that name (Tayun Purun Monyun) [English] [bir…"
[00:12:30] start_download: Path "/tmp/kaiduka/123457/[kaiduka] Sono Namae de Yobanaide Ch. 1 Don t call me that name (Tayun Purun Monyun) [English] [bir…" already exist.
[00:12:30] generate_metadata_file: Writing Metadata Info
[00:12:30] generate_metadata_file: /tmp/kaiduka/123457/[kaiduka] Sono Namae de Yobanaide Ch. 1 Don t call me that name (Tayun Purun Monyun) [English] [bir…
[00:12:30] generate_html: HTML Viewer has been written to "/tmp/kaiduka/123457/[kaiduka] Sono Namae de Yobanaide Ch. 1 Don t call me that name (Tayun Purun Monyun) [English] [bir…/index.html"
[00:12:30] doujinshi_parser: Fetching doujinshi information of id 123459
[00:12:31] download: Starting to download doujinshi: [Alice Syndrome] Shonen Alice
[00:12:31] start_download: Doujinshi will be saved at "/tmp/himemiya nina/123459/[Alice Syndrome] Shonen Alice"
[00:12:31] generate_metadata_file: Writing Metadata Info
[00:12:31] generate_metadata_file: /tmp/himemiya nina/123459/[Alice Syndrome] Shonen Alice
[00:12:31] generate_html: HTML Viewer has been written to "/tmp/himemiya nina/123459/[Alice Syndrome] Shonen Alice/index.html"
[00:12:31] main: 🍻 All done.

Use the latest version and try again