mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-18 08:01:43 +00:00
init
This commit is contained in:
16
dist/uhd/index.js
vendored
Normal file
16
dist/uhd/index.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"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,
|
||||
};
|
||||
Reference in New Issue
Block a user