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

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