From 98c53a15f2aec54f88441369f50c1e27d14b0ce4 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:41:46 +0000 Subject: [PATCH] fix(extractor): do not pass Referer for cloudnestra requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit seems to avoid some blocking interestingly 🙈 --- src/extractor/VidSrc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractor/VidSrc.ts b/src/extractor/VidSrc.ts index 2b1a69b..43ac6dc 100644 --- a/src/extractor/VidSrc.ts +++ b/src/extractor/VidSrc.ts @@ -79,7 +79,7 @@ export class VidSrc extends Extractor { ttl: this.ttl, meta: { ...meta, - height: await guessHeightFromPlaylist(ctx, this.fetcher, m3u8Url, { headers }), + height: await guessHeightFromPlaylist(ctx, this.fetcher, m3u8Url), title, }, };