From a26bab825869b081e63f43717a440b8d7097afdd Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 16 Feb 2025 08:47:58 +0200 Subject: [PATCH] nhentai: fix issues (#15739) * nhentai: fix curly braces * Update nhentai.md --- pages/common/nhentai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/nhentai.md b/pages/common/nhentai.md index 6850174127..7c71a8e474 100644 --- a/pages/common/nhentai.md +++ b/pages/common/nhentai.md @@ -5,7 +5,7 @@ - Set cookies: -`nhentai --cookie "csrftoken={{TOKEN}}; sessionid={{ID}}}}"` +`nhentai --cookie "csrftoken={{TOKEN}}; sessionid={{ID}}"` - Download a specific doujin: @@ -17,4 +17,4 @@ - Download specific pages of your favorites: -`nhentai --favorites --pages={{start_page}}-{{end_page}} --download --delay 1` +`nhentai --favorites --pages {{start_page}}-{{end_page}} --download --delay 1`