Update StreamWish.ts
Give to Caesar what belongs to Caesar.
This commit is contained in:
parent
2872eef85f
commit
a90f452f0d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)';
|
||||
|
|
|
|||
Loading…
Reference in a new issue