Compare commits

...

33 commits

Author SHA1 Message Date
GitHub Actions Bot
dfa68ee42a update M3U8 2026-03-31 10:01:19 -04:00
GitHub Actions Bot
bbff1adcbd update M3U8 2026-03-31 09:01:22 -04:00
GitHub Actions Bot
726ab3cd71 update M3U8 2026-03-31 08:03:16 -04:00
GitHub Actions Bot
463d24e27d update EPG 2026-03-31 11:33:39 +00:00
GitHub Actions Bot
99026127de health log 2026-03-31 09:38:32 +00:00
GitHub Actions Bot
c0a62541b7 update EPG 2026-03-31 05:00:16 +00:00
GitHub Actions Bot
e81d1a1c37 update M3U8 2026-03-30 23:30:50 -04:00
GitHub Actions Bot
9a585d62ab update M3U8 2026-03-30 23:00:28 -04:00
GitHub Actions Bot
8e5ca1a202 update M3U8 2026-03-30 22:30:57 -04:00
GitHub Actions Bot
b13bfeeb67 update M3U8 2026-03-30 22:01:10 -04:00
GitHub Actions Bot
8a2a8652bc update M3U8 2026-03-30 21:30:52 -04:00
GitHub Actions Bot
1bf32c6227 update M3U8 2026-03-30 21:02:01 -04:00
GitHub Actions Bot
3a5dbb72b7 update M3U8 2026-03-30 20:31:31 -04:00
GitHub Actions Bot
36b8cc12fb update M3U8 2026-03-30 20:01:39 -04:00
GitHub Actions Bot
d853fff157 update M3U8 2026-03-30 19:31:25 -04:00
GitHub Actions Bot
2dd8581dd8 update M3U8 2026-03-30 19:01:25 -04:00
GitHub Actions Bot
2f695f29bd update M3U8 2026-03-30 18:31:19 -04:00
GitHub Actions Bot
5be4788569 update M3U8 2026-03-30 18:00:41 -04:00
GitHub Actions Bot
2460ff2dbf update M3U8 2026-03-30 17:30:18 -04:00
GitHub Actions Bot
29acca21b8 health log 2026-03-30 21:07:24 +00:00
GitHub Actions Bot
e9b01913d0 update M3U8 2026-03-30 17:00:57 -04:00
GitHub Actions Bot
823c99c02c update M3U8 2026-03-30 16:30:31 -04:00
GitHub Actions Bot
8596db5a1a update M3U8 2026-03-30 16:01:00 -04:00
GitHub Actions Bot
0faad9d372 update EPG 2026-03-30 19:40:35 +00:00
GitHub Actions Bot
be3a44aa6c update M3U8 2026-03-30 15:31:19 -04:00
GitHub Actions Bot
76cd24ca00 update M3U8 2026-03-30 15:01:02 -04:00
GitHub Actions Bot
4b2143e10a update M3U8 2026-03-30 14:30:29 -04:00
GitHub Actions Bot
5d658c9edb update M3U8 2026-03-30 14:00:57 -04:00
GitHub Actions Bot
39f1c62e0b update M3U8 2026-03-30 13:30:29 -04:00
GitHub Actions Bot
edc2958481 update M3U8 2026-03-30 13:01:00 -04:00
GitHub Actions Bot
a9c1802b80 update M3U8 2026-03-30 12:00:53 -04:00
GitHub Actions Bot
252c062327 health log 2026-03-30 15:50:06 +00:00
GitHub Actions Bot
888bcc05b5 update M3U8 2026-03-30 11:00:50 -04:00
7 changed files with 122205 additions and 119151 deletions

File diff suppressed because it is too large Load diff

239126
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

@ -70,7 +70,7 @@ async def main() -> None:
httpx_tasks = [
asyncio.create_task(fawa.scrape()),
asyncio.create_task(istreameast.scrape()),
asyncio.create_task(ovogoal.scrape()),
# asyncio.create_task(ovogoal.scrape()),
asyncio.create_task(pawa.scrape()),
asyncio.create_task(shark.scrape()),
asyncio.create_task(totalsportek.scrape()),

View file

@ -18,7 +18,7 @@ CACHE_FILE = Cache(TAG, exp=19_800)
BASE_URL = "https://roxiestreams.su"
SPORT_URLS = {
"March Madness": urljoin(BASE_URL, "march-madness"),
# "March Madness": urljoin(BASE_URL, "march-madness"),
"Racing": urljoin(BASE_URL, "motorsports"),
# "American Football": urljoin(BASE_URL, "nfl"),
} | {

View file

@ -187,6 +187,9 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
(live_data.json() or [{}])[-1].get("result", {}).get("data", {}).get("json")
)
if not api_data:
return events
for link in api_data:
if not link.get("viewerCount"):
continue

View file

@ -1,13 +1,12 @@
## Base Log @ 2026-03-30 09:53 UTC
## Base Log @ 2026-03-31 09:38 UTC
### ✅ Working Streams: 158<br>❌ Dead Streams: 4
### ✅ Working Streams: 159<br>❌ Dead Streams: 3
| Channel | Error (Code) | Link |
| ------- | ------------ | ---- |
| FDSN Southeast | HTTP Error (403) | `http://mytvstream.net:8080/live/30550113/30550113/2213.m3u8` |
| FDSN Southwest | HTTP Error (403) | `http://mytvstream.net:8080/live/30550113/30550113/21843.m3u8` |
| Hallmark Family | HTTP Error (403) | `http://mytvstream.net:8080/live/30550113/30550113/9307.m3u8` |
| NHL Network | HTTP Error (000) | `http://mytvstream.net:8080/live/30550113/30550113/20179.m3u8` |
| SportsNet New York | HTTP Error (404) | `http://212.102.60.231/SNY/index.m3u8` |
---
#### Base Channels URL
```