mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
Compare commits
No commits in common. "a75656c9ec8850b62c40c33aa2ed99a771f10201" and "0f8ca344a46019889f691031fe743794f417a3c0" have entirely different histories.
a75656c9ec
...
0f8ca344a4
7 changed files with 118033 additions and 117325 deletions
2
.github/workflows/epg.yml
vendored
2
.github/workflows/epg.yml
vendored
|
|
@ -2,7 +2,7 @@ name: fetch epg
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "45 2,18 * * *"
|
||||
- cron: "45 2,10,18 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/health.yml
vendored
2
.github/workflows/health.yml
vendored
|
|
@ -2,7 +2,7 @@ name: health check
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 8,14,20 * * *"
|
||||
- cron: "30 2,8,14,20 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1590
M3U8/TV.m3u8
1590
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
232160
M3U8/TV.xml
232160
M3U8/TV.xml
File diff suppressed because one or more lines are too long
1590
M3U8/events.m3u8
1590
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -68,7 +68,7 @@ async def main() -> None:
|
|||
httpx_tasks = [
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
# asyncio.create_task(mainportal.scrape()),
|
||||
asyncio.create_task(mainportal.scrape()),
|
||||
# asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
|
|
|
|||
12
readme.md
12
readme.md
|
|
@ -1,17 +1,23 @@
|
|||
## Base Log @ 2026-05-29 22:13 UTC
|
||||
## Base Log @ 2026-05-28 22:16 UTC
|
||||
|
||||
### ✅ Working Streams: 149<br>❌ Dead Streams: 8
|
||||
### ✅ Working Streams: 143<br>❌ Dead Streams: 14
|
||||
|
||||
| Channel | Error (Code) | Link |
|
||||
| ------- | ------------ | ---- |
|
||||
| ABC | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/727.ts` |
|
||||
| FDSN Detroit | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/317.ts` |
|
||||
| FDSN North | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/320.ts` |
|
||||
| FDSN Ohio | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/1207.ts` |
|
||||
| FDSN Oklahoma | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/1611.ts` |
|
||||
| FDSN SoCal | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/665.ts` |
|
||||
| FDSN South | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/319.ts` |
|
||||
| FDSN Southeast | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/872.ts` |
|
||||
| FDSN Sun | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/322.ts` |
|
||||
| FDSN West | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/1633.ts` |
|
||||
| FDSN Wisconsin | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/1621.ts` |
|
||||
| Lifetime | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/148.ts` |
|
||||
| MSNBC | HTTP Error (404) | `http://41.205.93.154:80/MSNBC/index.m3u8` |
|
||||
| NESN | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/890.ts` |
|
||||
| Starz Encore Classic | HTTP Error (403) | `http://cdn1host.online:2999/live/bongus/35zqYxrbg0/1471.ts` |
|
||||
---
|
||||
#### Base Channels URL
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue