update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-07 14:00:42 -04:00
parent e2edcd09c7
commit 79d60bad2f
4 changed files with 574 additions and 681 deletions

View file

@ -17,7 +17,6 @@ from scrapers import (
streamsgate,
streamtpnew,
totalsportek,
tvapp,
watchfooty,
webcast,
xyzstream,
@ -71,7 +70,6 @@ async def main() -> None:
asyncio.create_task(streamsgate.scrape()),
asyncio.create_task(streamtpnew.scrape()),
asyncio.create_task(totalsportek.scrape()),
# asyncio.create_task(tvapp.scrape()),
asyncio.create_task(webcast.scrape()),
asyncio.create_task(xyzstream.scrape()),
]
@ -102,7 +100,6 @@ async def main() -> None:
| streamsgate.urls
| streamtpnew.urls
| totalsportek.urls
| tvapp.urls
| watchfooty.urls
| webcast.urls
| xyzstream.urls