mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
17
dist/primeMirror/index.js
vendored
Normal file
17
dist/primeMirror/index.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.primeMirror = void 0;
|
||||
const nfCatalog_1 = require("../netflixMirror/nfCatalog");
|
||||
const nfGetPost_1 = require("../netflixMirror/nfGetPost");
|
||||
const pmGetInfo_1 = require("./pmGetInfo");
|
||||
const pmGetStream_1 = require("./pmGetStream");
|
||||
const pmGetEpisodes_1 = require("./pmGetEpisodes");
|
||||
exports.primeMirror = {
|
||||
catalog: nfCatalog_1.nfCatalog,
|
||||
genres: nfCatalog_1.nfGenresList,
|
||||
GetMetaData: pmGetInfo_1.pmGetInfo,
|
||||
GetHomePosts: nfGetPost_1.nfGetPost,
|
||||
GetStream: pmGetStream_1.pmGetStream,
|
||||
GetEpisodeLinks: pmGetEpisodes_1.pmGetEpisodes,
|
||||
GetSearchPosts: nfGetPost_1.nfGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user