fix(extractor): disable ip/session locked Fsst
until a solution is found or MediaFlow Proxy is added
This commit is contained in:
parent
befd203feb
commit
00681e1411
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import { Dropload } from './Dropload';
|
|||
import { ExternalUrl } from './ExternalUrl';
|
||||
import { Extractor } from './Extractor';
|
||||
import { Fetcher } from '../utils';
|
||||
import { Fsst } from './Fsst';
|
||||
import { KinoGer } from './KinoGer';
|
||||
import { Mixdrop } from './Mixdrop';
|
||||
import { Soaper } from './Soaper';
|
||||
|
|
@ -18,7 +17,6 @@ export * from './ExtractorRegistry';
|
|||
export const createExtractors = (fetcher: Fetcher): Extractor[] => [
|
||||
new DoodStream(fetcher),
|
||||
new Dropload(fetcher),
|
||||
new Fsst(fetcher),
|
||||
new SuperVideo(fetcher),
|
||||
new KinoGer(fetcher),
|
||||
new Mixdrop(fetcher),
|
||||
|
|
|
|||
Loading…
Reference in a new issue