This commit is contained in:
doms9 2025-12-05 20:12:12 -05:00
parent 437aa497da
commit 00000d980a
2 changed files with 200 additions and 0 deletions

View file

@ -14,6 +14,7 @@ from scrapers import (
streambtw,
streamcenter,
streamfree,
streamsgate,
strmd,
tvpass,
watchfooty,
@ -56,6 +57,7 @@ async def main() -> None:
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streamcenter.scrape(network.client)),
asyncio.create_task(streamfree.scrape(network.client)),
asyncio.create_task(streamsgate.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
asyncio.create_task(watchfooty.scrape(network.client)),
@ -76,6 +78,7 @@ async def main() -> None:
| streamcenter.urls
| strmd.urls
| streamfree.urls
| streamsgate.urls
| tvpass.urls
| watchfooty.urls
| webcast.urls