mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
Compare commits
No commits in common. "10f3acad6f539865916c1666a93c91641e9f0533" and "27a2b78c0f1741b9836c3e843db26a5def210cc4" have entirely different histories.
10f3acad6f
...
27a2b78c0f
7 changed files with 4633 additions and 4682 deletions
6465
EPG/TV.xml
6465
EPG/TV.xml
File diff suppressed because it is too large
Load diff
1418
M3U8/TV.m3u8
1418
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1418
M3U8/events.m3u8
1418
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -24,7 +24,6 @@ SPORT_ENDPOINTS = {
|
||||||
"motorsports": "Racing",
|
"motorsports": "Racing",
|
||||||
"nba": "NBA",
|
"nba": "NBA",
|
||||||
"nfl": "American Football",
|
"nfl": "American Football",
|
||||||
"nhl": "NHL",
|
|
||||||
"soccer": "Soccer",
|
"soccer": "Soccer",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ log = get_logger(__name__)
|
||||||
|
|
||||||
urls: dict[str, dict[str, str | float]] = {}
|
urls: dict[str, dict[str, str | float]] = {}
|
||||||
|
|
||||||
CACHE_FILE = Cache("streambtw.json", exp=5_400)
|
CACHE_FILE = Cache("streambtw.json", exp=19_800)
|
||||||
|
|
||||||
BASE_URL = "https://streambtw.com"
|
BASE_URL = "https://streambtw.com"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
import asyncio
|
||||||
import re
|
import re
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from urllib.parse import urljoin
|
from urllib.parse import urljoin
|
||||||
|
|
||||||
import httpx
|
import httpx
|
||||||
from playwright.async_api import async_playwright
|
from playwright.async_api import BrowserContext, async_playwright
|
||||||
|
|
||||||
from .utils import Cache, Time, get_logger, leagues, network
|
from .utils import Cache, Time, get_logger, leagues, network
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
## Base Log @ 2025-12-08 20:43 UTC
|
## Base Log @ 2025-12-08 17:37 UTC
|
||||||
|
|
||||||
### ✅ Working Streams: 144<br>❌ Dead Streams: 2
|
### ✅ Working Streams: 146<br>❌ Dead Streams: 0
|
||||||
|
|
||||||
| Channel | Error (Code) | Link |
|
|
||||||
| ------- | ------------ | ---- |
|
|
||||||
| CBS | HTTP Error (403) | `http://cord-cutter.net:8080/30550113/30550113/120749` |
|
|
||||||
| HBO | HTTP Error (403) | `http://cord-cutter.net:8080/30550113/30550113/46713` |
|
|
||||||
---
|
---
|
||||||
#### Base Channels URL
|
#### Base Channels URL
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue