From 145e277895a22ec4f0b3f9c740914267be327c2d Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 7 Aug 2023 19:06:08 +0900 Subject: [PATCH] =?UTF-8?q?main=20->=202023.08.07=20ohli24=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=ED=94=BD=EC=8A=A4=20(.01.=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic_ohli24.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic_ohli24.py b/logic_ohli24.py index c0f52db..63a81c0 100644 --- a/logic_ohli24.py +++ b/logic_ohli24.py @@ -1165,7 +1165,7 @@ class Ohli24QueueEntity(FfmpegQueueEntity): # Get episode info from OHLI24 site def make_episode_info(self): try: - base_url = "https://ohli24.org" + base_url = "https://ohli24.live" iframe_url = "" # https://ohli24.org/e/%EB%85%B9%EC%9D%84%20%EB%A8%B9%EB%8A%94%20%EB%B9%84%EC%8A%A4%EC%BD%94%206%ED%99%94 @@ -1209,7 +1209,7 @@ class Ohli24QueueEntity(FfmpegQueueEntity): # matched_line = match.group(0) # print(matched_line) # iframe_url = "https://ohli24.org/" - iframe_src = f"https://ohli24.org{iframe_url}" + iframe_src = f"https://ohli24.live{iframe_url}" iframe_html = LogicOhli24.get_html(iframe_src, headers=headers, timeout=600)