From c3d86fb47f9b938bd3cdfe5a3ae4ac4d749266b7 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:43:32 +0000 Subject: [PATCH] chore(source): disable PrimeWire for now --- src/source/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/source/index.ts b/src/source/index.ts index af559e0..1eb7e86 100644 --- a/src/source/index.ts +++ b/src/source/index.ts @@ -9,7 +9,6 @@ import { MegaKino } from './MegaKino'; 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'; @@ -23,7 +22,7 @@ export const createSources = (fetcher: Fetcher): Source[] => [ // multi new VixSrc(fetcher), // EN - new PrimeWire(fetcher), + // new PrimeWire(fetcher), // links are shortened and redirect works via obfuscated JS new Soaper(fetcher), new VidSrc(fetcher), // ES / MX