mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
15
providers/uhd/index.ts
Normal file
15
providers/uhd/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import {uhdCatalogList, uhdGenresList} from './uhCtatalog';
|
||||
import {uhdGetPosts, uhdGetPostsSearch} from './uhdGetPosts';
|
||||
import {uhdGetStream} from './uhdGetStream';
|
||||
import {getUhdInfo} from './getUhdInfo';
|
||||
import {ProviderType} from '../types';
|
||||
|
||||
export const uhdMovies: ProviderType = {
|
||||
catalog: uhdCatalogList,
|
||||
genres: uhdGenresList,
|
||||
GetMetaData: getUhdInfo,
|
||||
GetHomePosts: uhdGetPosts,
|
||||
GetStream: uhdGetStream,
|
||||
nonStreamableServer: ['Gdrive-Instant'],
|
||||
GetSearchPosts: uhdGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user