update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-19 19:32:15 -05:00
parent b90f6651d8
commit ac01f3572c
5 changed files with 925 additions and 717 deletions

View file

@ -15,7 +15,6 @@ from scrapers import (
streamfree,
strmd,
tvpass,
volo,
watchfooty,
)
from scrapers.utils import get_logger, network
@ -56,7 +55,6 @@ async def main() -> None:
asyncio.create_task(streamfree.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)),
# asyncio.create_task(volo.scrape(network.client)),
asyncio.create_task(watchfooty.scrape(network.client)),
]
@ -74,7 +72,6 @@ async def main() -> None:
| strmd.urls
| streamfree.urls
| tvpass.urls
| volo.urls
| watchfooty.urls
)