mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +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 = {
|
EXT_MAP = {
|
||||||
'j': 'jpg',
|
'j': 'jpg',
|
||||||
'p': 'png',
|
'p': 'png',
|
||||||
|
'g': 'gif',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ def login_parser(username, password):
|
|||||||
else:
|
else:
|
||||||
pages = 1
|
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'):
|
if os.getenv('DEBUG'):
|
||||||
pages = 1
|
pages = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user