Compare commits

..

No commits in common. "dfd3407884468b8aeffb4209d501eaab5c54e575" and "096dd49bad3bd1afbbbfd75a80a3541401ed14bb" have entirely different histories.

7 changed files with 119189 additions and 112981 deletions

File diff suppressed because it is too large Load diff

227549
M3U8/TV.xml

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -168,7 +168,7 @@ async def scrape(browser: Browser) -> None:
entry = {
"url": url,
"logo": logo,
"base": "https://instreams.click/",
"base": BASE_URL,
"timestamp": ts,
"id": tvg_id or "Live.Event.us",
"link": link,

View file

@ -15,7 +15,7 @@ TAG = "VOLOKIT"
CACHE_FILE = Cache(TAG, exp=10_800)
HTML_CACHE = Cache(f"{TAG}-html", exp=19_800)
HTML_CACHE = Cache(f"{TAG}-html", exp=28_800)
BASE_URL = "http://volokit.xyz"

View file

@ -297,8 +297,6 @@ async def scrape(browser: Browser) -> None:
if url:
valid_count += 1
entry["url"] = url.split("&t")[0]
urls[key] = entry

View file

@ -1,13 +1,14 @@
## Base Log @ 2026-02-27 09:06 UTC
## Base Log @ 2026-02-26 04:27 UTC
### ✅ Working Streams: 157<br>❌ Dead Streams: 4
### ✅ Working Streams: 156<br>❌ Dead Streams: 5
| Channel | Error (Code) | Link |
| ------- | ------------ | ---- |
| BET | HTTP Error (404) | `http://212.102.60.231/BET/index.m3u8` |
| FDSN Southeast | HTTP Error (000) | `http://mytvstream.net:8080/live/30550113/30550113/2213.m3u8` |
| FDSN Southwest | HTTP Error (000) | `http://mytvstream.net:8080/live/30550113/30550113/21843.m3u8` |
| FDSN Sun | HTTP Error (000) | `http://mytvstream.net:8080/live/30550113/30550113/104917.m3u8` |
| FYI TV | HTTP Error (000) | `http://hardcoremedia.xyz/live/rabdsbmz/3731346838/130105.ts` |
| Golf Channel | HTTP Error (000) | `http://hardcoremedia.xyz/live/rabdsbmz/3731346838/258721.ts` |
| MSNBC | HTTP Error (404) | `http://41.205.93.154/MSNBC/index.m3u8` |
| NBC Sports California | HTTP Error (403) | `http://hardcoremedia.xyz/live/rabdsbmz/3731346838/136474.ts` |
---
#### Base Channels URL
```