Update index.ts
This commit is contained in:
parent
fc8269ba8f
commit
9250d31bee
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import { StreamKiste } from './StreamKiste';
|
|||
import { VerHdLink } from './VerHdLink';
|
||||
import { VidSrc } from './VidSrc';
|
||||
import { VixSrc } from './VixSrc';
|
||||
import { Kokoshka } from './Kokoshka';
|
||||
|
||||
export * from './Source';
|
||||
|
||||
|
|
@ -47,5 +48,8 @@ export const createSources = (fetcher: Fetcher): Source[] => {
|
|||
// IT
|
||||
new Eurostreaming(fetcher),
|
||||
new MostraGuarda(fetcher),
|
||||
|
||||
// AL
|
||||
new Kokoshka(fetcher),
|
||||
].filter(source => !disabledSources.includes(source.id));
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue