anime-downloader bug fix 7.

This commit is contained in:
2022-03-28 19:27:26 +09:00
parent 9745d81c6a
commit 9fe7304500

View File

@@ -206,7 +206,7 @@ class LogicOhli24(LogicModuleBase):
image = image.replace('..', P.ModelSetting.get('ohli24_url'))
des_items = tree.xpath('//div[@class="list"]/p')
des = {}
des_key = ['_otit', '_dir', '_pub', '_tag', '_classifi', '_country', '_grade']
des_key = ['_otit', '_dir', '_pub', '_tag', '_classifi', '_country', '_grade', '_total_chapter', '_show_time']
description_dict = {
'원제': '_otit',
'원작': '_org',