From 795c033a82f5d8e48a7b3e52d943352cac2a6535 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Wed, 20 Aug 2025 21:24:21 +0000 Subject: [PATCH] revert: Revert "chore(source): disable Soaper" This reverts commit 71979d82b6843d1b7059d40d29d1aabce40ef8a0. --- src/source/index.ts | 3 ++- src/utils/__snapshots__/manifest.test.ts.snap | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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", }, {