- add streambiz.py
- misc. edits
This commit is contained in:
doms9 2026-06-07 23:16:49 -04:00
parent 748d755b41
commit 00000d93cc
5 changed files with 218 additions and 11 deletions

View file

@ -13,6 +13,7 @@ from scrapers import (
mainportal,
roxie,
shark,
streambiz,
streamcenter,
streamsgate,
streamtpnew,
@ -59,6 +60,7 @@ async def main() -> None:
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(streambiz.scrape(xtrnl_brwsr)),
]
httpx_tasks = [
@ -96,6 +98,7 @@ async def main() -> None:
| mainportal.urls
| roxie.urls
| shark.urls
| streambiz.urls
| streamcenter.urls
| streamsgate.urls
| streamtpnew.urls