main -> 2023.07.01 ohli24 버그 픽스 (.01. 다운로드 문제 해결)

This commit is contained in:
2023-07-01 00:13:09 +09:00
parent a7cf43e0cc
commit 1b76d36352

View File

@@ -1213,7 +1213,7 @@ class Ohli24QueueEntity(FfmpegQueueEntity):
iframe_html = LogicOhli24.get_html(iframe_src, headers=headers, timeout=600) iframe_html = LogicOhli24.get_html(iframe_src, headers=headers, timeout=600)
print(iframe_html) # print(iframe_html)
pattern = r"<iframe src=\"(.*?)\" allowfullscreen>" pattern = r"<iframe src=\"(.*?)\" allowfullscreen>"
match = re.search(pattern, iframe_html) match = re.search(pattern, iframe_html)