diff --git a/src/source/index.ts b/src/source/index.ts index 94f506c..3129202 100644 --- a/src/source/index.ts +++ b/src/source/index.ts @@ -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 diff --git a/src/utils/__snapshots__/manifest.test.ts.snap b/src/utils/__snapshots__/manifest.test.ts.snap index d91227e..8cff835 100644 --- a/src/utils/__snapshots__/manifest.test.ts.snap +++ b/src/utils/__snapshots__/manifest.test.ts.snap @@ -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", }, {