4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-05 19:10:59 +02:00

--page-all works with favorites

This commit is contained in:
KUROSHIORI\edgar 2023-04-21 21:54:21 -07:00
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']: