Compare commits
No commits in common. "3acb6abb345c0ad7f6cf82b5105c5fde333c2312" and "1fcb762dc6b6b15cb2791f744ccf3557e270d6c5" have entirely different histories.
3acb6abb34
...
1fcb762dc6
5 changed files with 7078 additions and 5634 deletions
10614
EPG/TV.xml
10614
EPG/TV.xml
File diff suppressed because one or more lines are too long
1038
M3U8/TV.m3u8
1038
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1038
M3U8/events.m3u8
1038
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -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")
|
||||
|
|
|
|||
15
readme.md
15
readme.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue