- add footfast.py
- misc edits.
This commit is contained in:
doms9 2026-05-19 16:07:17 -04:00
parent 46b7e9985e
commit 00000d9b2c
5 changed files with 166 additions and 3 deletions

View file

@ -184,7 +184,7 @@ async def scrape(browser: Browser) -> None:
if events := await get_events():
log.info(f"Processing {len(events)} new URL(s)")
async with network.event_context(browser) as context:
async with network.event_context(browser, stealth=False) as context:
for i, ev in enumerate(events, start=1):
async with network.event_page(context) as page: