fix(extractor): disable ip/session locked Fsst

until a solution is found or MediaFlow Proxy is added
This commit is contained in:
WebStreamr 2025-06-26 04:21:20 +00:00
parent befd203feb
commit 00681e1411
No known key found for this signature in database

View file

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