mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
build
This commit is contained in:
19
dist/vadapav/stream.js
vendored
19
dist/vadapav/stream.js
vendored
@@ -1,19 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getStream = void 0;
|
||||
const getStream = async function ({ link: url, // type, // providerContext,
|
||||
}) {
|
||||
try {
|
||||
const stream = [];
|
||||
stream.push({
|
||||
server: "vadapav",
|
||||
link: url,
|
||||
type: url?.split(".").pop() || "mkv",
|
||||
});
|
||||
return stream;
|
||||
}
|
||||
catch (err) {
|
||||
return [];
|
||||
}
|
||||
};
|
||||
exports.getStream = getStream;
|
||||
Reference in New Issue
Block a user