mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
adding gif support and fixing yet another english typo
This commit is contained in:
parent
c0143548d1
commit
6f20405f47
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user