mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	--page-all works with favorites
This commit is contained in:
		@@ -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']:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user