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