From bdbfc7a9e114d4ae868148999173ffebe844d396 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:15:04 -0600 Subject: [PATCH] try preferred headers on uira.live --- src/providers/sources/uiralive.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/sources/uiralive.ts b/src/providers/sources/uiralive.ts index a4fdba7..45b28a7 100644 --- a/src/providers/sources/uiralive.ts +++ b/src/providers/sources/uiralive.ts @@ -47,6 +47,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis type: 'hls', flags: [flags.CORS_ALLOWED], captions: result.captions || [], + preferredHeaders: {}, }, ], };