This commit is contained in:
doms9 2025-10-28 15:53:57 -04:00
parent 3a4159f278
commit 00000d9543
2 changed files with 211 additions and 0 deletions

View file

@ -8,6 +8,7 @@ from scrapers import (
streambtw,
streameast,
streamed,
strfree,
strmd,
tvpass,
watchfooty,
@ -42,6 +43,7 @@ async def main() -> None:
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
asyncio.create_task(streamed.scrape(network.client)),
asyncio.create_task(strfree.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
asyncio.create_task(watchfooty.scrape(network.client)),
@ -55,6 +57,7 @@ async def main() -> None:
| streambtw.urls
| streameast.urls
| streamed.urls
| strfree.urls
| strmd.urls
| tvpass.urls
| watchfooty.urls