mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
Compare commits
No commits in common. "1a050be1bd6e71ee8da0dbc46802a3bd38d69848" and "6336b9d0013a5da7a97928fac69cd4fe688e9727" have entirely different histories.
1a050be1bd
...
6336b9d001
6 changed files with 92064 additions and 90778 deletions
178298
EPG/TV.xml
178298
EPG/TV.xml
File diff suppressed because one or more lines are too long
2264
M3U8/TV.m3u8
2264
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
2264
M3U8/events.m3u8
2264
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -10,7 +10,7 @@ log = get_logger(__name__)
|
|||
|
||||
urls: dict[str, dict[str, str | float]] = {}
|
||||
|
||||
TAG = "iSTRMEAST"
|
||||
TAG = "iSTRMEST"
|
||||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
||||
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ async def refresh_html_cache(
|
|||
"event": event_name,
|
||||
"link": href,
|
||||
"logo": logo,
|
||||
"event_ts": event_dt.timestamp(),
|
||||
"timestamp": ts,
|
||||
"event_ts": event_dt.timestamp(),
|
||||
}
|
||||
|
||||
return events
|
||||
|
|
|
|||
12
readme.md
12
readme.md
|
|
@ -1,15 +1,7 @@
|
|||
## Base Log @ 2026-01-01 20:43 UTC
|
||||
## Base Log @ 2025-12-31 20:42 UTC
|
||||
|
||||
### ✅ Working Streams: 140<br>❌ Dead Streams: 6
|
||||
### ✅ Working Streams: 146<br>❌ Dead Streams: 0
|
||||
|
||||
| Channel | Error (Code) | Link |
|
||||
| ------- | ------------ | ---- |
|
||||
| Bounce TV | HTTP Error (404) | `http://fl1.moveonjoy.com/BOUNCE_TV/index.m3u8` |
|
||||
| FX Movie Channel | HTTP Error (404) | `http://fl1.moveonjoy.com/FX_MOVIE/index.m3u8` |
|
||||
| HBO Family | HTTP Error (404) | `https://fl1.moveonjoy.com/HBO_FAMILY/index.m3u8` |
|
||||
| HBO | HTTP Error (404) | `http://fl1.moveonjoy.com/HBO/index.m3u8` |
|
||||
| Hallmark Channel | HTTP Error (404) | `http://fl1.moveonjoy.com/HALLMARK_CHANNEL/index.m3u8` |
|
||||
| Root Sports | HTTP Error (403) | `http://cord-cutter.net:8080/k4Svp2/645504/85232` |
|
||||
---
|
||||
#### Base Channels URL
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue