- remove xstreameast.py
- add totalsportek mirror
This commit is contained in:
doms9 2026-04-18 01:29:27 -04:00
parent b98c834004
commit 00000d967c
3 changed files with 80 additions and 231 deletions

View file

@ -24,7 +24,6 @@ from scrapers import (
tvapp,
watchfooty,
webcast,
xstreameast,
)
from scrapers.utils import get_logger, network
@ -81,7 +80,6 @@ async def main() -> None:
asyncio.create_task(totalsportek.scrape()),
asyncio.create_task(tvapp.scrape()),
asyncio.create_task(webcast.scrape()),
# asyncio.create_task(xstreameast.scrape()),
]
await asyncio.gather(*(pw_tasks + httpx_tasks))
@ -117,7 +115,6 @@ async def main() -> None:
| tvapp.urls
| watchfooty.urls
| webcast.urls
| xstreameast.urls
)
live_events: list[str] = []