- edit scraping for roxie.py
- misc edits.
This commit is contained in:
doms9 2026-03-22 01:03:58 -04:00
parent b8c07f8eec
commit 00000d9c93
2 changed files with 8 additions and 3 deletions

View file

@ -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,