From fc347cdadf6b4f0c310e197fefe2caa90d52f1e2 Mon Sep 17 00:00:00 2001 From: mobrine1 <33225846+mobrine1@users.noreply.github.com> Date: Sun, 17 Jan 2021 15:02:43 -0500 Subject: [PATCH] Fix #200 --- nhentai/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py index 69a38f3..67140cd 100644 --- a/nhentai/cmdline.py +++ b/nhentai/cmdline.py @@ -84,7 +84,7 @@ def cmd_parser(): help='timeout for downloading doujinshi') parser.add_option('--delay', '-d', type='int', dest='delay', action='store', default=0, help='slow down between downloading every doujinshi') - parser.add_option('--proxy', type='string', dest='proxy', action='store', default='', + parser.add_option('--proxy', type='string', dest='proxy', action='store', help='store a proxy, for example: -p \'http://127.0.0.1:1080\'') parser.add_option('--file', '-f', type='string', dest='file', action='store', help='read gallery IDs from file.') parser.add_option('--format', type='string', dest='name_format', action='store',