Compare commits
4 commits
1fcb762dc6
...
3acb6abb34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3acb6abb34 | ||
|
|
bc3b1cdd0e | ||
|
|
76786e09bf | ||
|
|
320af36b08 |
5 changed files with 5551 additions and 6995 deletions
10448
EPG/TV.xml
10448
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,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")
|
||||
|
|
|
|||
15
readme.md
15
readme.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue