chore(extractor): adapt mixdrop host check
This commit is contained in:
parent
72c191fbc1
commit
34500ea3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export class Mixdrop extends Extractor {
|
|||
public override viaMediaFlowProxy = true;
|
||||
|
||||
public supports(ctx: Context, url: URL): boolean {
|
||||
return null !== url.host.match(/mixdrop/) && supportsMediaFlowProxy(ctx);
|
||||
return null !== url.host.match(/mixdrop|mixdrp|mixdroop|m1xdrop/) && supportsMediaFlowProxy(ctx);
|
||||
}
|
||||
|
||||
public override readonly normalize = (url: URL): URL => new URL(url.href.replace('/f/', '/e/'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue