Update Streamtape.ts
This commit is contained in:
parent
e711edbd2b
commit
d198656c34
1 changed files with 2 additions and 3 deletions
|
|
@ -13,9 +13,8 @@ export class Streamtape extends Extractor {
|
|||
public readonly label = 'Streamtape (via MediaFlow Proxy)';
|
||||
|
||||
public supports(ctx: Context, url: URL): boolean {
|
||||
const supportedDomain
|
||||
= null !== url.host.match(/streamtape/)
|
||||
||
|
||||
const supportedDomain =
|
||||
null !== url.host.match(/streamtape/) ||
|
||||
[
|
||||
'strtape.cloud',
|
||||
'streamta.pe',
|
||||
|
|
|
|||
Loading…
Reference in a new issue