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

File diff suppressed because it is too large Load diff

View file

@ -389,7 +389,7 @@ http://mytvstream.net:8080/live/bn80NG/909467/57298.m3u8
https://fl1.moveonjoy.com/SNY/index.m3u8
#EXTINF:-1 tvg-chno="128" tvg-id="Sportsnet.One.ca2" tvg-name="Sportsnet One" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s68859_dark_360w_270h.png" group-title="TV",Sportsnet One
http://mytvstream.net:8080/live/k4Svp2/645504/57297.m3u8
http://mytvstream.net:8080/live/bn80NG/909467/57297.m3u8
#EXTINF:-1 tvg-chno="129" tvg-id="Sportsnet.Ontario.HD.ca2" tvg-name="Sportsnet Ontario" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s62111_dark_360w_270h.png" group-title="TV",Sportsnet Ontario
https://stream.decentdoubts.net/801/index.m3u8?token=cTREYWhzaWIxOWlhZ3BpcWh0MkduTVdzcGNpdXk2eURxN21hbktxa200TERxNEduaVp1UnBxU2VlWmF0ZnRlRGxaMm0wNStDbnJOOXJJM0puSytpbkE9PQ==

File diff suppressed because it is too large Load diff

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: