This commit is contained in:
doms9 2025-10-20 11:23:43 -04:00
parent e3505df30b
commit 00000d9f36
2 changed files with 5 additions and 13 deletions

View file

@ -2,16 +2,7 @@
import asyncio
from pathlib import Path
from scrapers import (
fstv,
ppv,
streambtw,
streameast,
streamed,
strmd,
tvpass,
watchfooty,
)
from scrapers import ppv, streambtw, streameast, streamed, strmd, tvpass, watchfooty
from scrapers.utils import get_logger, network
log = get_logger(__name__)
@ -37,7 +28,6 @@ async def main() -> None:
base_m3u8, tvg_chno = load_base()
tasks = [
asyncio.create_task(fstv.scrape(network.client)),
asyncio.create_task(ppv.scrape(network.client)),
asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)),
@ -50,8 +40,7 @@ async def main() -> None:
await asyncio.gather(*tasks)
additions = (
fstv.urls
| ppv.urls
ppv.urls
| streambtw.urls
| streameast.urls
| streamed.urls