update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-08 16:30:53 -05:00
parent 00000d9296
commit dd70f9d597
3 changed files with 865 additions and 613 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str]] = {}
BASE_URL = "http://www.fawanews.sc"
BASE_URL = "http://www.fawanews.sc/"
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "fawa.json", exp=10_800)