mirror of
https://github.com/doms9/iptv.git
synced 2026-03-11 11:57:38 +01:00
e
misc edits
This commit is contained in:
parent
621008df1e
commit
00000d9a45
4 changed files with 10 additions and 9 deletions
|
|
@ -102,7 +102,7 @@ async def process_event(
|
|||
await page.wait_for_timeout(2_000)
|
||||
|
||||
try:
|
||||
header = await page.wait_for_selector("text=/Stream Links/i", timeout=5_000)
|
||||
header = await page.wait_for_selector("text=/Stream Links/i", timeout=4_000)
|
||||
|
||||
text = await header.inner_text()
|
||||
except TimeoutError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue