mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
This commit is contained in:
parent
7fcd6e626e
commit
00000d95b3
18 changed files with 28 additions and 28 deletions
|
|
@ -12,9 +12,9 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "SHARK"
|
||||
|
||||
CACHE_FILE = Cache(f"{TAG}.json", exp=10_800)
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
|
||||
|
||||
HTML_CACHE = Cache(f"{TAG}-html.json", exp=19_800)
|
||||
HTML_CACHE = Cache(f"{TAG.lower()}-html.json", exp=19_800)
|
||||
|
||||
BASE_URL = "https://sharkstreams.net"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue