Internal sdlive URL
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user