update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-28 17:01:41 -05:00
parent b6bf10d842
commit c44809bf04
4 changed files with 1075 additions and 1423 deletions

View file

@ -15,7 +15,7 @@ TAG = "PAWA"
CACHE_FILE = Cache(TAG, exp=10_800)
BASE_URL = "https://pawastreams.net/feed"
BASE_URL = "https://pawastreams.net/feed/"
async def process_event(url: str, url_num: int) -> str | None: