revert: Revert "chore(source): disable Soaper"
This reverts commit 71979d82b6.
This commit is contained in:
parent
b6a8e6f448
commit
795c033a82
2 changed files with 3 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ 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';
|
||||
|
|
@ -26,7 +27,7 @@ export const createSources = (fetcher: Fetcher): Source[] => [
|
|||
new VixSrc(fetcher),
|
||||
// EN
|
||||
new PrimeWire(fetcher),
|
||||
// new Soaper(fetcher), // timing-out regularly since days
|
||||
new Soaper(fetcher),
|
||||
new VidSrc(fetcher),
|
||||
new XPrime(fetcher),
|
||||
// ES / MX
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ exports[`buildManifest default manifest 1`] = `
|
|||
},
|
||||
{
|
||||
"key": "en",
|
||||
"title": "English 🇺🇸 (PrimeWire, VidSrc, VixSrc, XPrime)",
|
||||
"title": "English 🇺🇸 (PrimeWire, Soaper, VidSrc, VixSrc, XPrime)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue