chore(source): disable Soaper
This commit is contained in:
parent
176c4c93e7
commit
71979d82b6
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,6 @@ import { MeineCloud } from './MeineCloud';
|
|||
import { MostraGuarda } from './MostraGuarda';
|
||||
import { Movix } from './Movix';
|
||||
import { PrimeWire } from './PrimeWire';
|
||||
import { Soaper } from './Soaper';
|
||||
import { StreamKiste } from './StreamKiste';
|
||||
import { Source } from './types';
|
||||
import { VerHdLink } from './VerHdLink';
|
||||
|
|
@ -25,7 +24,7 @@ export const createSources = (fetcher: Fetcher): Source[] => [
|
|||
new VixSrc(fetcher),
|
||||
// EN
|
||||
new PrimeWire(fetcher),
|
||||
new Soaper(fetcher),
|
||||
// new Soaper(fetcher), // timing-out regularly since days
|
||||
new VidSrc(fetcher),
|
||||
new XPrime(fetcher),
|
||||
// ES / MX
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ exports[`buildManifest default manifest 1`] = `
|
|||
},
|
||||
{
|
||||
"key": "en",
|
||||
"title": "English 🇺🇸 (PrimeWire, Soaper, VidSrc, VixSrc, XPrime)",
|
||||
"title": "English 🇺🇸 (PrimeWire, VidSrc, VixSrc, XPrime)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue