Compare commits

..

No commits in common. "3acb6abb345c0ad7f6cf82b5105c5fde333c2312" and "1fcb762dc6b6b15cb2791f744ccf3557e270d6c5" have entirely different histories.

5 changed files with 7078 additions and 5634 deletions

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

View file

@ -1,18 +1,15 @@
## Base Log @ 2025-12-01 08:51 UTC
## Base Log @ 2025-11-30 20:39 UTC
### ✅ Working Streams: 138<br>❌ Dead Streams: 9
### ✅ Working Streams: 141<br>❌ Dead Streams: 6
| Channel | Error (Code) | Link |
| ------- | ------------ | ---- |
| ESPN News | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/17707` |
| Court TV | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/21092` |
| FDSN Florida | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46794` |
| 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` |
| FDSN Oklahoma | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/20934` |
| HBO | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46713` |
| Sportsnet One | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/10247` |
| The Weather Channel | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/18926` |
| Syfy | HTTP Error (403) | `http://nocable.cc:8080/91161088/91161088/46685` |
---
#### Base Channels URL
```