This commit is contained in:
doms9 2025-11-04 01:54:11 -05:00
parent 94096b613c
commit 00000d97e8
3 changed files with 3 additions and 10 deletions

View file

@ -8,7 +8,6 @@ from scrapers import (
lotus,
pixel,
ppv,
roxie,
streambtw,
streameast,
strmd,
@ -47,7 +46,6 @@ async def main() -> None:
asyncio.create_task(lotus.scrape(network.client)),
asyncio.create_task(pixel.scrape(network.client)),
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
@ -63,7 +61,6 @@ async def main() -> None:
| lotus.urls
| pixel.urls
| ppv.urls
| roxie.urls
| streambtw.urls
| streameast.urls
| strmd.urls