This commit is contained in:
doms9 2025-11-08 16:22:00 -05:00
parent 8ed4482bfb
commit 00000d9296
4 changed files with 166 additions and 129 deletions

View file

@ -4,6 +4,7 @@ import re
from pathlib import Path
from scrapers import (
fawa,
fstv,
lotus,
pixel,
@ -43,6 +44,7 @@ async def main() -> None:
base_m3u8, tvg_chno = load_base()
tasks = [
asyncio.create_task(fawa.scrape(network.client)),
asyncio.create_task(fstv.scrape(network.client)),
asyncio.create_task(lotus.scrape(network.client)),
asyncio.create_task(pixel.scrape(network.client)),
@ -59,7 +61,8 @@ async def main() -> None:
await asyncio.gather(*tasks)
additions = (
fstv.urls
fawa.urls
| fstv.urls
| lotus.urls
| pixel.urls
| ppv.urls