mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
fix bug
This commit is contained in:
parent
5df58780d9
commit
a7848c3cd0
@ -71,7 +71,7 @@ def cmd_parser():
|
|||||||
parser.add_option('--proxy', type='string', dest='proxy', action='store', default='',
|
parser.add_option('--proxy', type='string', dest='proxy', action='store', default='',
|
||||||
help='uses a proxy, for example: http://127.0.0.1:1080')
|
help='uses a proxy, for example: 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('--file', '-f', type='string', dest='file', action='store', help='read gallery IDs from file.')
|
||||||
parser.add_option('--format', '-F', type='string', dest='name_format', action='store',
|
parser.add_option('--format', type='string', dest='name_format', action='store',
|
||||||
help='format the saved folder name', default='[%i][%n]')
|
help='format the saved folder name', default='[%i][%n]')
|
||||||
|
|
||||||
# generate options
|
# generate options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user