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:
26
dist/flixhq/index.js
vendored
Normal file
26
dist/flixhq/index.js
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.flixhq = void 0;
|
||||
const flixhqCatalog_1 = require("./flixhqCatalog");
|
||||
const flixhqGetInfo_1 = require("./flixhqGetInfo");
|
||||
const flixhqGetPosts_1 = require("./flixhqGetPosts");
|
||||
const flixhqGetStream_1 = require("./flixhqGetStream");
|
||||
exports.flixhq = {
|
||||
catalog: flixhqCatalog_1.flixhqCatalog,
|
||||
genres: flixhqCatalog_1.flixhqGenresList,
|
||||
GetMetaData: flixhqGetInfo_1.flixhqGetInfo,
|
||||
GetHomePosts: flixhqGetPosts_1.flixhqGetPosts,
|
||||
GetStream: flixhqGetStream_1.flixhqGetStream,
|
||||
GetSearchPosts: flixhqGetPosts_1.flixhqGetSearchPost,
|
||||
nonDownloadableServer: ['upcloud-MultiQuality', 'vidcloud-MultiQuality'],
|
||||
nonStreamableServer: [
|
||||
'upcloud-1080',
|
||||
'upcloud-720',
|
||||
'upcloud-480',
|
||||
'upcloud-360',
|
||||
'vidcloud-1080',
|
||||
'vidcloud-720',
|
||||
'vidcloud-480',
|
||||
'vidcloud-360',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user