mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
17 lines
631 B
JavaScript
17 lines
631 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.uhdMovies = void 0;
|
|
const uhCtatalog_1 = require("./uhCtatalog");
|
|
const uhdGetPosts_1 = require("./uhdGetPosts");
|
|
const uhdGetStream_1 = require("./uhdGetStream");
|
|
const getUhdInfo_1 = require("./getUhdInfo");
|
|
exports.uhdMovies = {
|
|
catalog: uhCtatalog_1.uhdCatalogList,
|
|
genres: uhCtatalog_1.uhdGenresList,
|
|
GetMetaData: getUhdInfo_1.getUhdInfo,
|
|
GetHomePosts: uhdGetPosts_1.uhdGetPosts,
|
|
GetStream: uhdGetStream_1.uhdGetStream,
|
|
nonStreamableServer: ['Gdrive-Instant'],
|
|
GetSearchPosts: uhdGetPosts_1.uhdGetPostsSearch,
|
|
};
|