Compare commits
2 Commits
205c17ae4e
...
c87e29f085
| Author | SHA1 | Date | |
|---|---|---|---|
| c87e29f085 | |||
| b27cd39aa4 |
@@ -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,8 +746,10 @@ class LogicOhli24(LogicModuleBase):
|
||||
"개봉일": "_opening_date",
|
||||
"런타임": "_run_time",
|
||||
"작화": "_drawing",
|
||||
"캐릭터디자인": "_character_design"
|
||||
}
|
||||
|
||||
|
||||
list_body_li = tree.xpath('//ul[@class="list-body"]/li')
|
||||
# logger.debug(f"list_body_li:: {list_body_li}")
|
||||
episodes = []
|
||||
@@ -1208,7 +1211,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