fix(extractor): remove non-working VidSrc pm TLD

This commit is contained in:
WebStreamr 2025-09-04 07:41:45 +00:00
parent 139cb64ca5
commit ad7e480213
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ export const createExtractors = (fetcher: Fetcher): Extractor[] => [
new Streamtape(fetcher),
new SuperVideo(fetcher),
new Uqload(fetcher),
new VidSrc(fetcher, ['in', 'pm', 'net', 'xyz', 'io', 'vc']), // https://vidsrc.domains/
new VidSrc(fetcher, ['in', 'net', 'xyz', 'io', 'vc']), // https://vidsrc.domains/
new VixSrc(fetcher),
new XPrime(fetcher),
new YouTube(fetcher),