mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
e
- misc edits.
This commit is contained in:
parent
edc80fba5f
commit
00000d9e8c
4 changed files with 15 additions and 9 deletions
|
|
@ -227,6 +227,7 @@ async def scrape(browser: Browser) -> None:
|
|||
|
||||
if events := await get_events(cached_urls.keys()):
|
||||
log.info(f"Processing {len(events)} new URL(s)")
|
||||
|
||||
async with network.event_context(browser) as context:
|
||||
for i, ev in enumerate(events, start=1):
|
||||
async with network.event_page(context) as page:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue