diff --git a/M3U8/fetch.py b/M3U8/fetch.py index c6ff815c..17afdcd3 100644 --- a/M3U8/fetch.py +++ b/M3U8/fetch.py @@ -72,7 +72,7 @@ async def main() -> None: asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)), asyncio.create_task(totalsportek.scrape(hdl_brwsr)), asyncio.create_task(tvpass.scrape(hdl_brwsr)), - asyncio.create_task(webcast.scrape(hdl_brwsr)), + # asyncio.create_task(webcast.scrape(hdl_brwsr)), ] httpx_tasks = [ diff --git a/M3U8/scrapers/roxie.py b/M3U8/scrapers/roxie.py index e4ddf059..21aeecf8 100644 --- a/M3U8/scrapers/roxie.py +++ b/M3U8/scrapers/roxie.py @@ -24,7 +24,7 @@ SPORT_ENDPOINTS = { # "mlb": "MLB", "motorsports": "Racing", "nba": "NBA", - "nfl": "American Football", + # "nfl": "American Football", "nhl": "NHL", "soccer": "Soccer", } diff --git a/M3U8/scrapers/streamcenter.py b/M3U8/scrapers/streamcenter.py index f2973dd1..87644276 100644 --- a/M3U8/scrapers/streamcenter.py +++ b/M3U8/scrapers/streamcenter.py @@ -19,8 +19,8 @@ BASE_URL = "https://backend.streamcenter.live/api/Parties" CATEGORIES = { 4: "Basketball", 9: "Football", - 13: "Baseball", - 14: "American Football", + # 13: "Baseball", + # 14: "American Football", 15: "Motor Sport", 16: "Hockey", 17: "Fight MMA", diff --git a/M3U8/scrapers/streamhub.py b/M3U8/scrapers/streamhub.py index 730b7863..3bc4b600 100644 --- a/M3U8/scrapers/streamhub.py +++ b/M3U8/scrapers/streamhub.py @@ -21,7 +21,7 @@ BASE_URL = "https://streamhub.pro/" CATEGORIES = { "Soccer": "sport_68c02a4464a38", - "American Football": "sport_68c02a4465113", + # "American Football": "sport_68c02a4465113", # "Baseball": "sport_68c02a446582f", "Basketball": "sport_68c02a4466011", "Cricket": "sport_68c02a44669f3", diff --git a/M3U8/scrapers/streamsgate.py b/M3U8/scrapers/streamsgate.py index 10a183dd..db54129c 100644 --- a/M3U8/scrapers/streamsgate.py +++ b/M3U8/scrapers/streamsgate.py @@ -22,10 +22,10 @@ BASE_URL = "https://streamingon.org" SPORT_ENDPOINTS = [ "soccer", - "nfl", + # "nfl", "nba", "cfb", - "mlb", + # "mlb", "nhl", "ufc", "boxing", diff --git a/M3U8/scrapers/watchfooty.py b/M3U8/scrapers/watchfooty.py index 5d78b254..d7835e04 100644 --- a/M3U8/scrapers/watchfooty.py +++ b/M3U8/scrapers/watchfooty.py @@ -28,7 +28,7 @@ BASE_MIRRORS = [ ] VALID_SPORTS = [ - "american-football", + # "american-football", # "australian-football", # "baseball", "basketball", diff --git a/M3U8/scrapers/webcast.py b/M3U8/scrapers/webcast.py index 7aebd01c..ad8ccc10 100644 --- a/M3U8/scrapers/webcast.py +++ b/M3U8/scrapers/webcast.py @@ -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: diff --git a/M3U8/scrapers/xstreameast.py b/M3U8/scrapers/xstreameast.py index db2f0c69..418ea6d8 100644 --- a/M3U8/scrapers/xstreameast.py +++ b/M3U8/scrapers/xstreameast.py @@ -22,7 +22,7 @@ SPORT_ENDPOINTS = [ # "mlb", "mma", "nba", - "nfl", + # "nfl", "nhl", "soccer", "wwe",