mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	adding gif support and fixing yet another english typo
This commit is contained in:
		@@ -11,6 +11,7 @@ from nhentai.utils import format_filename
 | 
			
		||||
EXT_MAP = {
 | 
			
		||||
    'j': 'jpg',
 | 
			
		||||
    'p': 'png',
 | 
			
		||||
    'g': 'gif',
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,7 @@ def login_parser(username, password):
 | 
			
		||||
    else:
 | 
			
		||||
        pages = 1
 | 
			
		||||
 | 
			
		||||
    logger.info('Your have %d favorites in %d pages.' % (count, pages))
 | 
			
		||||
    logger.info('You have %d favorites in %d pages.' % (count, pages))
 | 
			
		||||
 | 
			
		||||
    if os.getenv('DEBUG'):
 | 
			
		||||
        pages = 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user