diff --git a/EPG/fetch.py b/EPG/fetch.py index db07891..6dbd64b 100644 --- a/EPG/fetch.py +++ b/EPG/fetch.py @@ -24,7 +24,7 @@ client = httpx.Client( def fetch_tvg_ids() -> dict[str, str]: try: - r = client.get("https://spoo.me/mvrlVh") + r = client.get("https://s.id/4dqiO") r.raise_for_status() except Exception as e: raise SystemExit(f"Failed to fetch TVG IDs\n{e}") from e diff --git a/M3U8/fetch.py b/M3U8/fetch.py index dadc48c..5bd5d67 100644 --- a/M3U8/fetch.py +++ b/M3U8/fetch.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -import json from pathlib import Path import httpx @@ -7,7 +6,7 @@ from scrape import fstv, tvpass m3u8_file = Path(__file__).parent / "TV.m3u8" -base_url = "https://spoo.me/yBR2jV" +base_url = "https://s.id/ePwXT" client = httpx.Client( timeout=5, diff --git a/health.sh b/health.sh index d6a5334..97d4ab9 100644 --- a/health.sh +++ b/health.sh @@ -1,5 +1,5 @@ #!/bin/bash -base_url="https://spoo.me/yBR2jV" +base_url="https://s.id/ePwXT" UA="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" MAX_JOBS=10 RETRY_COUNT=3 @@ -103,9 +103,9 @@ write_readme() { echo "---" echo "#### M3U8 URL" - printf "\`\`\`\nhttps://spoo.me/d9M3U8\n\`\`\`\n" + printf "\`\`\`\nhttps://s.id/d9M3U8\n\`\`\`\n" echo "#### EPG URL" - printf "\`\`\`\nhttps://spoo.me/d9EPG\n\`\`\`\n" + printf "\`\`\`\nhttps://s.id/d9EPG\n\`\`\`\n" echo "---" echo "#### Legal Disclaimer" echo "This repository lists publicly accessible IPTV streams as found on the internet at the time of checking."