mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 10:21:19 +02:00
--page-all works with favorites
This commit is contained in:
parent
57673da762
commit
a1a310f06b
@ -46,7 +46,7 @@ def main():
|
||||
if not options.is_download:
|
||||
logger.warning('You do not specify --download option')
|
||||
|
||||
doujinshis = favorites_parser(page=page_list)
|
||||
doujinshis = favorites_parser() if options.page_all else favorites_parser(page=page_list)
|
||||
|
||||
elif options.keyword:
|
||||
if constant.CONFIG['language']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user