Compare commits

...

4 commits

Author SHA1 Message Date
GitHub Actions Bot
3acb6abb34 update M3U8 2025-12-01 09:16:31 -05:00
GitHub Actions Bot
bc3b1cdd0e update EPG 2025-12-01 10:54:24 +00:00
GitHub Actions Bot
76786e09bf health log 2025-12-01 08:51:59 +00:00
GitHub Actions Bot
320af36b08 health log 2025-12-01 06:14:48 +00:00
5 changed files with 5551 additions and 6995 deletions

10448
EPG/TV.xml

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -170,7 +170,12 @@ async def get_events(
continue
skip_sources = {"admin", "alpha", "bravo"}
srce = [d for d in sources if d.get("source") not in skip_sources][0]
valid_sources = [d for d in sources if d.get("source") not in skip_sources]
if not valid_sources:
continue
srce = valid_sources[0]
source_type = srce.get("source")
stream_id = srce.get("id")

View file

@ -1,15 +1,18 @@
## Base Log @ 2025-11-30 20:39 UTC
## Base Log @ 2025-12-01 08:51 UTC
### ✅ Working Streams: 141<br>❌ Dead Streams: 6
### ✅ Working Streams: 138<br>❌ Dead Streams: 9
| Channel | Error (Code) | Link |
| ------- | ------------ | ---- |
| Court TV | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/21092` |
| ESPN News | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/17707` |
| FDSN Florida | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46794` |
| FDSN Oklahoma | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/20934` |
| HBO | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46713` |
| FDSN Southeast | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/81111` |
| Fox Sports 2 | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/1847` |
| HBO Comedy | HTTP Error (404) | `http://fl1.moveonjoy.com/HBO_COMEDY/index.m3u8` |
| NESN | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/31637` |
| SEC Network | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/17608` |
| Sportsnet One | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/10247` |
| Syfy | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46685` |
| The Weather Channel | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/18926` |
---
#### Base Channels URL
```