mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
90c1ae772a
commit
7cff3caee4
4 changed files with 2134 additions and 958 deletions
1544
M3U8/TV.m3u8
1544
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1544
M3U8/events.m3u8
1544
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -8,7 +8,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "LISTA"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=19_800)
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
|
||||
API_URL = "https://listapreta.site/sports-widget/events.php"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "STP"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=19_800)
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
|
||||
API_URL = "https://streamtpnew.com/eventos.json"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue