Update Streamtape.ts

This commit is contained in:
GSTAR 2025-11-08 08:52:02 +01:00 committed by webstreamr
parent e711edbd2b
commit d198656c34

View file

@ -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',