This commit is contained in:
doms9 2025-11-25 17:21:02 -05:00
parent 28e8930cec
commit 00000d914d
2 changed files with 135 additions and 0 deletions

View file

@ -9,6 +9,7 @@ from scrapers import (
ppv,
roxie,
shark,
sport9,
streambtw,
streameast,
streamfree,
@ -48,6 +49,7 @@ async def main() -> None:
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(shark.scrape(network.client)),
asyncio.create_task(sport9.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
asyncio.create_task(streamfree.scrape(network.client)),
@ -64,6 +66,7 @@ async def main() -> None:
| ppv.urls
| roxie.urls
| shark.urls
| sport9.urls
| streambtw.urls
| streameast.urls
| strmd.urls