From f4717c74e4f747195983d13970975a06fab5bb9e Mon Sep 17 00:00:00 2001 From: projectdx Date: Wed, 1 Mar 2023 19:34:53 +0900 Subject: [PATCH] =?UTF-8?q?main=20->=202023.03.01=20ohli24=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=ED=94=BD=EC=8A=A4=20(.02.=20code=20cleanup)?= 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 cdddde8..8decb8b 100644 --- a/logic_ohli24.py +++ b/logic_ohli24.py @@ -1189,11 +1189,11 @@ class Ohli24QueueEntity(FfmpegQueueEntity): iframe_src = iframe_url - logger.debug(f"iframe_src:::> {iframe_src}") + # logger.debug(f"iframe_src:::> {iframe_src}") # resp1 = requests.get(iframe_src, headers=headers, timeout=600).text resp1 = LogicOhli24.get_html(iframe_src, headers=headers, timeout=600) - logger.info("resp1::>> %s", resp1) + # logger.info("resp1::>> %s", resp1) soup3 = BeautifulSoup(resp1, "lxml") # packed_pattern = re.compile(r'\\{*(eval.+)*\\}', re.MULTILINE | re.DOTALL) s_pattern = re.compile(r"(eval.+)", re.MULTILINE | re.DOTALL)