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