mirror of
https://github.com/doms9/iptv.git
synced 2026-03-09 11:37:43 +01:00
e
add timstreams.py
This commit is contained in:
parent
045e172f94
commit
00000d922c
3 changed files with 182 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ async def scrape(browser: Browser) -> None:
|
|||
if events:
|
||||
log.info(f"Processing {len(events)} new URL(s)")
|
||||
|
||||
async with network.event_context(browser, stealth=False) as context:
|
||||
async with network.event_context(browser) as context:
|
||||
for i, ev in enumerate(events, start=1):
|
||||
async with network.event_page(context) as page:
|
||||
handler = partial(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue