Compare commits

..

No commits in common. "10f3acad6f539865916c1666a93c91641e9f0533" and "27a2b78c0f1741b9836c3e843db26a5def210cc4" have entirely different histories.

7 changed files with 4633 additions and 4682 deletions

6465
EPG/TV.xml

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,6 @@ SPORT_ENDPOINTS = {
"motorsports": "Racing",
"nba": "NBA",
"nfl": "American Football",
"nhl": "NHL",
"soccer": "Soccer",
}

View file

@ -12,7 +12,7 @@ log = get_logger(__name__)
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"

View file

@ -1,10 +1,11 @@
import asyncio
import re
from functools import partial
from typing import Any
from urllib.parse import urljoin
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

View file

@ -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
```