block nfl endpoints (superbowl finished)
This commit is contained in:
doms9 2026-02-09 00:28:55 -05:00
parent 1608018249
commit 00000d9f2b
8 changed files with 13 additions and 10 deletions

View file

@ -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: