chore(extractor): configure new VidSrc TLDs
This commit is contained in:
parent
390adea9d4
commit
34b7fddfc7
1 changed files with 13 additions and 1 deletions
|
|
@ -38,7 +38,19 @@ export const createExtractors = (fetcher: Fetcher): Extractor[] => {
|
|||
new Streamtape(fetcher),
|
||||
new SuperVideo(fetcher),
|
||||
new Uqload(fetcher),
|
||||
new VidSrc(fetcher, ['in', 'net', 'xyz', 'io', 'vc']), // https://vidsrc.domains/
|
||||
new VidSrc(fetcher, [ // https://vidsrc.domains/
|
||||
'bz',
|
||||
'do',
|
||||
'gd',
|
||||
'in',
|
||||
'io',
|
||||
// 'me', // redirects to .net
|
||||
'mn',
|
||||
'net',
|
||||
'tw',
|
||||
// 'vc', // 500 internal server error
|
||||
'xyz',
|
||||
]),
|
||||
new VixSrc(fetcher),
|
||||
new YouTube(fetcher),
|
||||
new ExternalUrl(fetcher), // fallback extractor which must come last
|
||||
|
|
|
|||
Loading…
Reference in a new issue