2024.08.21 patch.03

This commit is contained in:
2024-08-21 19:39:50 +09:00
parent 391a0ee861
commit a8486726f6

View File

@@ -1233,7 +1233,7 @@ class Ohli24QueueEntity(FfmpegQueueEntity):
text = LogicOhli24.get_html(
url, headers=headers, referer=f"{ourls.scheme}://{ourls.netloc}"
)
logger.debug(text)
# logger.debug(text)
soup1 = BeautifulSoup(text, "lxml")
# pattern = re.compile(r"url : \"\.\.(.*)\"")
# script = soup1.find("script", text=pattern)