mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-06-30 23:49:28 +02:00
workaround of #359
This commit is contained in:
@ -160,8 +160,8 @@ def doujinshi_parser(id_, counter=0):
|
||||
ext.append(ext_name)
|
||||
|
||||
if not img_id:
|
||||
logger.critical('Tried yo get image id failed')
|
||||
sys.exit(1)
|
||||
logger.critical(f'Tried yo get image id failed of id: {id_}')
|
||||
return None
|
||||
|
||||
doujinshi['img_id'] = img_id.group(1)
|
||||
doujinshi['ext'] = ext
|
||||
|
Reference in New Issue
Block a user