Internal sdlive URL

This commit is contained in:
2025-08-19 22:20:13 -04:00
parent 99a8f3c8ac
commit a733118d35
+1 -1
View File
@@ -1,5 +1,5 @@
export async function GET(request: Request) { 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) { if (!response.ok) {
return new Response('Failed to fetch playlist', { status: 500 }) return new Response('Failed to fetch playlist', { status: 500 })