mirror of
https://github.com/doms9/iptv.git
synced 2026-03-08 11:28:34 +01:00
e
block nfl endpoints (superbowl finished)
This commit is contained in:
parent
1608018249
commit
00000d9f2b
8 changed files with 13 additions and 10 deletions
|
|
@ -16,7 +16,10 @@ CACHE_FILE = Cache(TAG, exp=10_800)
|
|||
|
||||
HTML_CACHE = Cache(f"{TAG}-html", exp=86_400)
|
||||
|
||||
BASE_URLS = {"NFL": "https://nflwebcast.com", "NHL": "https://slapstreams.com"}
|
||||
BASE_URLS = {
|
||||
# "NFL": "https://nflwebcast.com",
|
||||
"NHL": "https://slapstreams.com",
|
||||
}
|
||||
|
||||
|
||||
def fix_event(s: str) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue