From 44c710003570019ee86bba4bfde520a08ad67cc7 Mon Sep 17 00:00:00 2001 From: webstreamr <210764791+webstreamr@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:54:25 +0100 Subject: [PATCH] Update src/extractor/Streamtape.ts --- src/extractor/Streamtape.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/extractor/Streamtape.ts b/src/extractor/Streamtape.ts index 5e6f431..cf116d0 100644 --- a/src/extractor/Streamtape.ts +++ b/src/extractor/Streamtape.ts @@ -43,11 +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