mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
e
- remove mirror for totalsportek.py - re-add xstreameast.py - edit caching for livetvsx.py
This commit is contained in:
parent
7a28225845
commit
00000d988a
4 changed files with 231 additions and 83 deletions
|
|
@ -12,7 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "LTVSX"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||
CACHE_FILE = Cache(TAG, exp=3_600)
|
||||
|
||||
BASE_URL = "https://livetv.sx"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue