anime-downloader bug fix 7.
This commit is contained in:
@@ -206,7 +206,7 @@ class LogicOhli24(LogicModuleBase):
|
|||||||
image = image.replace('..', P.ModelSetting.get('ohli24_url'))
|
image = image.replace('..', P.ModelSetting.get('ohli24_url'))
|
||||||
des_items = tree.xpath('//div[@class="list"]/p')
|
des_items = tree.xpath('//div[@class="list"]/p')
|
||||||
des = {}
|
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 = {
|
description_dict = {
|
||||||
'원제': '_otit',
|
'원제': '_otit',
|
||||||
'원작': '_org',
|
'원작': '_org',
|
||||||
|
|||||||
Reference in New Issue
Block a user