update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-03 17:30:23 -05:00
parent 2689c5500b
commit c62ccaecff
3 changed files with 1103 additions and 1403 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: