chore(source): disable PrimeWire for now
This commit is contained in:
parent
b7ada8bbdf
commit
c3d86fb47f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue