diff --git a/logic_ohli24.py b/logic_ohli24.py index 29214f6..a424b2b 100644 --- a/logic_ohli24.py +++ b/logic_ohli24.py @@ -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',