From a90f452f0de3d87002d4a5f71de62f47cff94139 Mon Sep 17 00:00:00 2001 From: GSTAR <44748406+GLlgGL@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:41:40 +0100 Subject: [PATCH] Update StreamWish.ts Give to Caesar what belongs to Caesar. --- src/extractor/StreamWish.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extractor/StreamWish.ts b/src/extractor/StreamWish.ts index 960a95d..b660e61 100644 --- a/src/extractor/StreamWish.ts +++ b/src/extractor/StreamWish.ts @@ -2,6 +2,7 @@ import { Context, Format, Meta, UrlResult } from '../types'; import { buildMediaFlowProxyExtractorStreamUrl } from '../utils'; import { Extractor } from './Extractor'; +/** @see https://github.com/Gujal00/ResolveURL/blob/master/script.module.resolveurl/lib/resolveurl/plugins/streamwish.py */ export class StreamWish extends Extractor { public readonly id = 'StreamWish'; public readonly label = 'StreamWish(MFP)';