fix(extractor): remove non-working VidSrc pm TLD
This commit is contained in:
parent
139cb64ca5
commit
ad7e480213
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue