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)