This commit is contained in:
himanshu8443
2025-06-15 21:29:40 +05:30
commit 3f3e12f5df
299 changed files with 18729 additions and 0 deletions

15
dist/hdhub4u/index.js vendored Normal file
View 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,
};