mirror of
https://github.com/doms9/iptv.git
synced 2026-04-22 19:57:00 +02:00
e
- edit scraping for roxie.py - misc edits.
This commit is contained in:
parent
b8c07f8eec
commit
00000d9c93
2 changed files with 8 additions and 3 deletions
|
|
@ -105,6 +105,13 @@ async def process_event(
|
|||
return
|
||||
|
||||
try:
|
||||
if btn := page.locator("button.streambutton").first:
|
||||
await btn.click(
|
||||
force=True,
|
||||
click_count=2,
|
||||
timeout=3_000,
|
||||
)
|
||||
|
||||
await page.wait_for_function(
|
||||
"() => typeof clapprPlayer !== 'undefined'",
|
||||
timeout=6_000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue