adding gif support and fixing yet another english typo

This commit is contained in:
tbinavsl 2018-09-09 23:38:30 +02:00
parent c0143548d1
commit 6f20405f47
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ from nhentai.utils import format_filename
EXT_MAP = {
'j': 'jpg',
'p': 'png',
'g': 'gif',
}

View File

@ -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