fix(source): disable Frembed for now since it keeps timing-out
This commit is contained in:
parent
93194e37c9
commit
5803148837
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { Fetcher } from '../utils';
|
|||
import { CineHDPlus } from './CineHDPlus';
|
||||
import { Cuevana } from './Cuevana';
|
||||
import { Eurostreaming } from './Eurostreaming';
|
||||
import { Frembed } from './Frembed';
|
||||
import { FrenchCloud } from './FrenchCloud';
|
||||
import { HomeCine } from './HomeCine';
|
||||
import { KinoGer } from './KinoGer';
|
||||
|
|
@ -38,7 +37,7 @@ export const createSources = (fetcher: Fetcher): Source[] => [
|
|||
new MeineCloud(fetcher),
|
||||
new StreamKiste(fetcher),
|
||||
// FR
|
||||
new Frembed(fetcher),
|
||||
// new Frembed(fetcher), // timing-out regularly since days
|
||||
new FrenchCloud(fetcher),
|
||||
new Movix(fetcher),
|
||||
// IT
|
||||
|
|
|
|||
Loading…
Reference in a new issue