From 907b672ce47b184473a2ad3b101491a815f1b318 Mon Sep 17 00:00:00 2001 From: webstreamr <210764791+webstreamr@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:54:52 +0100 Subject: [PATCH] Update src/extractor/Streamtape.ts --- src/extractor/Streamtape.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractor/Streamtape.ts b/src/extractor/Streamtape.ts index cf116d0..bbe3be6 100644 --- a/src/extractor/Streamtape.ts +++ b/src/extractor/Streamtape.ts @@ -43,7 +43,7 @@ export class Streamtape extends Extractor { return new URL(url.href.replace('/e/', '/v/')); } - protected async extractInternal(ctx: Context, url: URL, meta: Meta): Promise { + protected async extractInternal(ctx: Context, url: URL, meta: Meta): Promise { const headers = { Referer: meta.referer ?? url.href }; // Only needed to properly find non-existing files via 404 response