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
38ff69d99d
commit
78429423d9
@ -58,7 +58,7 @@ def cmd_parser():
|
|||||||
help='page number of search results')
|
help='page number of search results')
|
||||||
parser.add_option('--page-range', type='string', dest='page_range', action='store',
|
parser.add_option('--page-range', type='string', dest='page_range', action='store',
|
||||||
help='page range of favorites. e.g. 1,2-5,14')
|
help='page range of favorites. e.g. 1,2-5,14')
|
||||||
parser.add_option('--sorting', dest='sorting', action='store', default='date',
|
parser.add_option('--sorting', dest='sorting', action='store', default='recent',
|
||||||
help='sorting of doujinshi (recent / popular / popular-[today|week])',
|
help='sorting of doujinshi (recent / popular / popular-[today|week])',
|
||||||
choices=['recent', 'popular', 'popular-today', 'popular-week'])
|
choices=['recent', 'popular', 'popular-today', 'popular-week'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user