Update StreamWish.ts

Give to Caesar what belongs to Caesar.
This commit is contained in:
GSTAR 2025-12-01 09:41:40 +01:00 committed by GitHub
parent 2872eef85f
commit a90f452f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)';