Compare commits

...

35 commits

Author SHA1 Message Date
GitHub Actions Bot
0e1e69c9d7 update M3U8 2026-05-19 17:30:54 -04:00
GitHub Actions Bot
d618cc7731 update M3U8 2026-05-19 17:00:26 -04:00
GitHub Actions Bot
aa44a1787a update M3U8 2026-05-19 16:30:58 -04:00
GitHub Actions Bot
855ed92069 update EPG 2026-05-19 20:19:53 +00:00
doms9
00000d9b2c e
- add footfast.py
- misc edits.
2026-05-19 16:07:17 -04:00
GitHub Actions Bot
46b7e9985e update M3U8 2026-05-19 16:00:19 -04:00
GitHub Actions Bot
6454724f7e update M3U8 2026-05-19 15:30:53 -04:00
GitHub Actions Bot
3eb8fb9b83 update M3U8 2026-05-19 15:01:17 -04:00
GitHub Actions Bot
79e43a1d47 update M3U8 2026-05-19 14:30:43 -04:00
GitHub Actions Bot
2de592a580 update M3U8 2026-05-19 14:01:13 -04:00
GitHub Actions Bot
fe543ca0e4 update M3U8 2026-05-19 13:31:44 -04:00
GitHub Actions Bot
ea8ab4dab8 health log 2026-05-19 17:25:50 +00:00
GitHub Actions Bot
c96b05abf3 update M3U8 2026-05-19 13:01:15 -04:00
GitHub Actions Bot
63da5b6066 update M3U8 2026-05-19 12:00:41 -04:00
GitHub Actions Bot
825624a03f update M3U8 2026-05-19 11:01:05 -04:00
GitHub Actions Bot
2d96869c42 update M3U8 2026-05-19 10:00:30 -04:00
GitHub Actions Bot
e631c2bce1 update EPG 2026-05-19 13:44:22 +00:00
GitHub Actions Bot
e1e56f486d update M3U8 2026-05-19 09:00:53 -04:00
GitHub Actions Bot
80fc620bff update M3U8 2026-05-19 08:01:20 -04:00
GitHub Actions Bot
6bc6d50c20 health log 2026-05-19 11:38:56 +00:00
GitHub Actions Bot
3f783c4090 update EPG 2026-05-19 06:35:33 +00:00
GitHub Actions Bot
98af6befbb health log 2026-05-19 06:33:00 +00:00
GitHub Actions Bot
f5eee37d1b update M3U8 2026-05-18 23:30:59 -04:00
GitHub Actions Bot
0f11ceac8b update M3U8 2026-05-18 23:00:34 -04:00
GitHub Actions Bot
9f1150ee1c update M3U8 2026-05-18 22:31:04 -04:00
GitHub Actions Bot
3833ffde8a update M3U8 2026-05-18 22:01:12 -04:00
GitHub Actions Bot
204ba1e24c update M3U8 2026-05-18 21:31:00 -04:00
GitHub Actions Bot
187b2e5767 update M3U8 2026-05-18 21:01:19 -04:00
GitHub Actions Bot
27364eac9b update M3U8 2026-05-18 20:30:49 -04:00
GitHub Actions Bot
719236183c update M3U8 2026-05-18 20:01:15 -04:00
GitHub Actions Bot
8c53db5b8b update M3U8 2026-05-18 19:31:41 -04:00
GitHub Actions Bot
930a16fe45 update M3U8 2026-05-18 19:01:25 -04:00
GitHub Actions Bot
8dc677dd04 update M3U8 2026-05-18 18:30:47 -04:00
GitHub Actions Bot
bfae4796b3 update M3U8 2026-05-18 18:00:14 -04:00
GitHub Actions Bot
78412942c0 health log 2026-05-18 21:45:52 +00:00
9 changed files with 118980 additions and 114932 deletions

File diff suppressed because it is too large Load diff

231317
M3U8/TV.xml

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@ from scrapers import (
cdnlivetv,
embedhd,
fawa,
footfast,
fsports,
istreameast,
mainportal,
@ -59,6 +60,7 @@ async def main() -> None:
pw_tasks = [
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
@ -95,6 +97,7 @@ async def main() -> None:
cdnlivetv.urls
| embedhd.urls
| fawa.urls
| footfast.urls
| fsports.urls
| istreameast.urls
| mainportal.urls

View file

@ -99,7 +99,7 @@ async def scrape(browser: Browser) -> None:
if events := await get_events(cached_urls.keys()):
log.info(f"Processing {len(events)} new URL(s)")
async with network.event_context(browser) as context:
async with network.event_context(browser, stealth=False) as context:
for i, ev in enumerate(events, start=1):
async with network.event_page(context) as page:
handler = partial(

160
M3U8/scrapers/footfast.py Normal file
View file

@ -0,0 +1,160 @@
from functools import partial
from urllib.parse import urljoin
from playwright.async_api import Browser
from .utils import Cache, Time, get_logger, leagues, network
log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {}
TAG = "FOOTFAST"
CACHE_FILE = Cache(TAG, exp=5_400)
API_FILE = Cache(f"{TAG}-api", exp=28_800)
BASE_URL = "https://footfast.cc"
CATEGORIES = {
1: "Soccer",
3: "NBA",
6: "UFC/MMA",
8: "NHL",
13: "Live Event",
17: "MLB",
10: "Racing",
21: "Basketball",
#: "American Football",
#: "Boxing",
#: "Rugby",
#: "Tennis",
#: "Golf",
}
async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
now = Time.clean(Time.now())
if not (api_data := API_FILE.load(per_entry=False)):
log.info("Refreshing API cache")
api_data = {"timestamp": now.timestamp()}
if r := await network.request(urljoin(BASE_URL, "api/public/catalog"), log=log):
api_data: dict[str, list[dict]] = r.json()
api_data["timestamp"] = now.timestamp()
API_FILE.write(api_data)
events = []
start_ts = now.delta(hours=-3).timestamp()
for event_info in api_data.get("events", []):
event_name: str = event_info.get("name")
category_id: int = event_info.get("category_id")
event_ts: int = event_info.get("start")
if not (event_name and category_id and event_ts):
continue
if not start_ts <= event_ts <= now.timestamp():
continue
# if not (sources := event_info.get("source")):
# continue
# elif not (source_id := sources[0].get("id")):
# continue
if not (sport := CATEGORIES.get(category_id)):
continue
if f"[{sport}] {event_name} ({TAG})" in cached_keys:
continue
embed_id: str = event_info["embedId"]
events.append(
{
"sport": sport,
"event": event_name,
# "link": f"https://aerastora.com/event/{embed_id}?source={source_id}",
"link": urljoin(BASE_URL, f"event/{embed_id}"),
"timestamp": event_ts,
}
)
return events
async def scrape(browser: Browser) -> None:
cached_urls = CACHE_FILE.load()
valid_urls = {k: v for k, v in cached_urls.items() if v["url"]}
valid_count = cached_count = len(valid_urls)
urls.update(valid_urls)
log.info(f"Loaded {cached_count} event(s) from cache")
log.info(f'Scraping from "{BASE_URL}"')
if events := await get_events(cached_urls.keys()):
log.info(f"Processing {len(events)} new URL(s)")
async with network.event_context(browser, stealth=False) as context:
for i, ev in enumerate(events, start=1):
async with network.event_page(context) as page:
handler = partial(
network.process_event,
url=(link := ev["link"]),
url_num=i,
page=page,
log=log,
)
url = await network.safe_process(
handler,
url_num=i,
semaphore=network.PW_S,
log=log,
)
sport, event, ts = (
ev["sport"],
ev["event"],
ev["timestamp"],
)
tvg_id, logo = leagues.get_tvg_info(sport, event)
key = f"[{sport}] {event} ({TAG})"
entry = {
"url": url,
"logo": logo,
"base": "https://aerastora.com/ ",
"timestamp": ts,
"id": tvg_id or "Live.Event.us",
"link": link,
}
cached_urls[key] = entry
if url:
valid_count += 1
urls[key] = entry
log.info(f"Collected and cached {valid_count - cached_count} new event(s)")
else:
log.info("No new events found")
CACHE_FILE.write(cached_urls)

View file

@ -14,7 +14,7 @@ TAG = "OVO"
CACHE_FILE = Cache(TAG, exp=28_800)
BASE_URL = "https://ovogoaal.com"
BASE_URL = "https://ovogoalz.top"
async def process_event(url: str, url_num: int) -> tuple[str | None, str | None]:

View file

@ -184,7 +184,7 @@ async def scrape(browser: Browser) -> None:
if events := await get_events():
log.info(f"Processing {len(events)} new URL(s)")
async with network.event_context(browser) as context:
async with network.event_context(browser, stealth=False) as context:
for i, ev in enumerate(events, start=1):
async with network.event_page(context) as page:

View file

@ -1,11 +1,19 @@
## Base Log @ 2026-05-18 17:17 UTC
## Base Log @ 2026-05-19 17:25 UTC
### ✅ Working Streams: 158<br>❌ Dead Streams: 2
### ✅ Working Streams: 150<br>❌ Dead Streams: 10
| Channel | Error (Code) | Link |
| ------- | ------------ | ---- |
| FDSN Florida | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663186.ts` |
| FDSN Midwest | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/3784.ts` |
| FDSN Ohio | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663237.ts` |
| FDSN SoCal | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663253.ts` |
| FDSN South | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/2513.ts` |
| FDSN Southeast | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663159.ts` |
| MSG | HTTP Error (404) | `http://23.237.104.106:8080/USA_MSG/index.m3u8` |
| FDSN Southwest | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663270.ts` |
| FDSN Sun | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663153.ts` |
| FDSN West | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/663285.ts` |
| FDSN Wisconsin | HTTP Error (403) | `http://realsport.scalecdn.co:8080/live/supersonicstreams/cUewZolveU8Jh18jk34BDJ/3787.ts` |
---
#### Base Channels URL
```