main -> 2023.07.01 ohli24 버그 픽스 (.01. 다운로드 문제 해결)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user