main -> 2023.03.01 ohli24 버그 픽스 (.02. code cleanup)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user