2024.08.13 19:22
This commit is contained in:
@@ -67,7 +67,7 @@ logger = P.logger
|
||||
class LogicOhli24(LogicModuleBase):
|
||||
db_default = {
|
||||
"ohli24_db_version": "1.1",
|
||||
"ohli24_url": "https://a18.ohli24.com",
|
||||
"ohli24_url": "https://a21.ohli24.com",
|
||||
"ohli24_download_path": os.path.join(
|
||||
path_data, P.package_name, "ohli24"
|
||||
),
|
||||
@@ -724,6 +724,7 @@ class LogicOhli24(LogicModuleBase):
|
||||
"_show_time",
|
||||
"_release_year",
|
||||
"_drawing",
|
||||
"_character_design"
|
||||
]
|
||||
description_dict = {
|
||||
"원제": "_otit",
|
||||
@@ -745,6 +746,7 @@ class LogicOhli24(LogicModuleBase):
|
||||
"개봉일": "_opening_date",
|
||||
"런타임": "_run_time",
|
||||
"작화": "_drawing",
|
||||
"캐릭터디자인": "_character_design"
|
||||
}
|
||||
|
||||
list_body_li = tree.xpath('//ul[@class="list-body"]/li')
|
||||
@@ -1208,7 +1210,7 @@ class Ohli24QueueEntity(FfmpegQueueEntity):
|
||||
# Get episode info from OHLI24 site
|
||||
def make_episode_info(self):
|
||||
try:
|
||||
base_url = "https://a18.ohli24.com"
|
||||
base_url = "https://a21.ohli24.com"
|
||||
base_url = P.ModelSetting.get("ohli24_url")
|
||||
iframe_url = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user