From 9fe73045003412de91c20bb3f9385e515e3ef43f Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 28 Mar 2022 19:27:26 +0900 Subject: [PATCH] anime-downloader bug fix 7. --- logic_ohli24.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',