This commit is contained in:
doms9 2025-11-19 18:58:52 -05:00
parent 7b761c7189
commit 00000d9fe2
6 changed files with 222 additions and 56 deletions

View file

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