revert: Revert "chore(source): disable Soaper"

This reverts commit 71979d82b6.
This commit is contained in:
WebStreamr 2025-08-20 21:24:21 +00:00
parent b6a8e6f448
commit 795c033a82
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -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",
},
{