From a733118d355d09e67d262cc0274c1dec595efda8 Mon Sep 17 00:00:00 2001 From: Deven Perez Date: Tue, 19 Aug 2025 22:20:13 -0400 Subject: [PATCH] Internal sdlive URL --- src/app/iptv/sdlive-playlist.m3u8/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/iptv/sdlive-playlist.m3u8/route.ts b/src/app/iptv/sdlive-playlist.m3u8/route.ts index 42c653d..a677e05 100644 --- a/src/app/iptv/sdlive-playlist.m3u8/route.ts +++ b/src/app/iptv/sdlive-playlist.m3u8/route.ts @@ -1,5 +1,5 @@ export async function GET(request: Request) { - const response = await fetch('https://sdlive.d-ho.me/playlist.m3u8') + const response = await fetch('https://sdlive-1-internal.d-ho.me/playlist.m3u8') if (!response.ok) { return new Response('Failed to fetch playlist', { status: 500 })