mirror of
https://github.com/doms9/iptv.git
synced 2026-06-14 12:36:27 +02:00
Compare commits
No commits in common. "100023599602a7965dbef84da96367514fd9d171" and "820569395612a2271db9bf1b2f2ea584464fcb2f" have entirely different histories.
1000235996
...
8205693956
6 changed files with 115675 additions and 112633 deletions
3342
M3U8/TV.m3u8
3342
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
221609
M3U8/TV.xml
221609
M3U8/TV.xml
File diff suppressed because one or more lines are too long
|
|
@ -202,7 +202,7 @@ http://41.205.93.154/FOXBUSINESS/index.m3u8
|
|||
http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/2543.ts
|
||||
|
||||
#EXTINF:-1 tvg-chno="68" tvg-id="FS1.Fox.Sports.1.HD.us2" tvg-name="Fox Sports 1" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s82541_dark_360w_270h.png" group-title="TV",Fox Sports 1
|
||||
http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/2501.ts
|
||||
http://41.223.30.230/FOXSPORTS1/index.m3u8
|
||||
|
||||
#EXTINF:-1 tvg-chno="69" tvg-id="FS2.Fox.Sports.2.HD.us2" tvg-name="Fox Sports 2" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s33178_dark_360w_270h.png" group-title="TV",Fox Sports 2
|
||||
http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/2500.ts
|
||||
|
|
|
|||
3340
M3U8/events.m3u8
3340
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -61,7 +61,7 @@ async def main() -> None:
|
|||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
|
|||
13
readme.md
13
readme.md
|
|
@ -1,11 +1,16 @@
|
|||
## Base Log @ 2026-05-11 17:08 UTC
|
||||
## Base Log @ 2026-05-10 15:31 UTC
|
||||
|
||||
### ✅ Working Streams: 158<br>❌ Dead Streams: 2
|
||||
### ✅ Working Streams: 154<br>❌ Dead Streams: 7
|
||||
|
||||
| Channel | Error (Code) | Link |
|
||||
| ------- | ------------ | ---- |
|
||||
| ABC | HTTP Error (404) | `http://stream.cammonitorplus.net/1762/index.m3u8` |
|
||||
| Fox Sports 1 | HTTP Timeout (408) | `http://41.223.30.230/FOXSPORTS1/index.m3u8` |
|
||||
| FDSN Florida | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/296662` |
|
||||
| FDSN SoCal | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/296681` |
|
||||
| FDSN Sun | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/2325` |
|
||||
| FDSN West | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/3367` |
|
||||
| Ovation | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/194336` |
|
||||
| Sony Movie Channel | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/5831` |
|
||||
| getTV | HTTP Error (404) | `http://aflaxtv.xyz:8080/mitrovic/19106b7cb4/194187` |
|
||||
---
|
||||
#### Base Channels URL
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue