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/filmyfly/index.js
vendored
Normal file
17
dist/filmyfly/index.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.filmyfly = void 0;
|
||||
const ffCatalog_1 = require("./ffCatalog");
|
||||
const ffGetEpisodes_1 = require("./ffGetEpisodes");
|
||||
const ffGetMeta_1 = require("./ffGetMeta");
|
||||
const ffGetPosts_1 = require("./ffGetPosts");
|
||||
const ffGetStream_1 = require("./ffGetStream");
|
||||
exports.filmyfly = {
|
||||
catalog: ffCatalog_1.ffCatalog,
|
||||
genres: ffCatalog_1.ffGenresList,
|
||||
GetHomePosts: ffGetPosts_1.ffGetPosts,
|
||||
GetMetaData: ffGetMeta_1.ffGetInfo,
|
||||
GetSearchPosts: ffGetPosts_1.ffGetPostsSearch,
|
||||
GetEpisodeLinks: ffGetEpisodes_1.ffEpisodeLinks,
|
||||
GetStream: ffGetStream_1.ffGetStream,
|
||||
};
|
||||
Reference in New Issue
Block a user