mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
init
This commit is contained in:
15
dist/hdhub4u/index.js
vendored
Normal file
15
dist/hdhub4u/index.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.hdhub4uProvider = void 0;
|
||||
const hdhubCatalog_1 = require("./hdhubCatalog");
|
||||
const hdhubGetInfo_1 = require("./hdhubGetInfo");
|
||||
const hdhub4uGetSteam_1 = require("./hdhub4uGetSteam");
|
||||
const hdhubGetPosts_1 = require("./hdhubGetPosts");
|
||||
exports.hdhub4uProvider = {
|
||||
catalog: hdhubCatalog_1.hdhub4uCatalog,
|
||||
genres: hdhubCatalog_1.hdhub4uGenresList,
|
||||
GetMetaData: hdhubGetInfo_1.hdhub4uGetInfo,
|
||||
GetStream: hdhub4uGetSteam_1.hdhub4uGetStream,
|
||||
GetHomePosts: hdhubGetPosts_1.hdhubGetPosts,
|
||||
GetSearchPosts: hdhubGetPosts_1.hdhubGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user