From 71979d82b6843d1b7059d40d29d1aabce40ef8a0 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Sun, 17 Aug 2025 18:25:09 +0000 Subject: [PATCH] chore(source): disable Soaper --- src/source/index.ts | 3 +-- src/utils/__snapshots__/manifest.test.ts.snap | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/source/index.ts b/src/source/index.ts index 7a98753..d7cfd7a 100644 --- a/src/source/index.ts +++ b/src/source/index.ts @@ -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 diff --git a/src/utils/__snapshots__/manifest.test.ts.snap b/src/utils/__snapshots__/manifest.test.ts.snap index 7c9632c..96b628e 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, Soaper, VidSrc, VixSrc, XPrime)", + "title": "English 🇺🇸 (PrimeWire, VidSrc, VixSrc, XPrime)", "type": "checkbox", }, {