- 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

@ -8,6 +8,7 @@ from scrapers import (
cdnlivetv,
embedhd,
fawa,
footfast,
fsports,
istreameast,
mainportal,
@ -59,6 +60,7 @@ async def main() -> None:
pw_tasks = [
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
@ -95,6 +97,7 @@ async def main() -> None:
cdnlivetv.urls
| embedhd.urls
| fawa.urls
| footfast.urls
| fsports.urls
| istreameast.urls
| mainportal.urls