Spaces:
Runtime error
Runtime error
Upload index.js
Browse files
index.js
CHANGED
@@ -55,7 +55,7 @@ builder.defineStreamHandler(async function (args) {
|
|
55 |
|
56 |
|
57 |
try{
|
58 |
-
var multiembedStreams = await movieMultiembedTimeout(movieId,
|
59 |
streams.push({ url: multiembedStreams, name: 'Torflix\nMultiembed', title: 'Multiembed', behaviorHints: { bingeGroup: 'multiembed' } });
|
60 |
|
61 |
}catch(e){
|
@@ -78,7 +78,7 @@ builder.defineStreamHandler(async function (args) {
|
|
78 |
|
79 |
var streams = [];
|
80 |
|
81 |
-
var multiembedStreams = await movieMultiembedTimeout(args.id,
|
82 |
streams.push({ url: multiembedStreams, name: 'Torflix\nMultiembed', title: 'Multiembed', behaviorHints: { bingeGroup: 'multiembed' } });
|
83 |
|
84 |
console.log(streams);
|
|
|
55 |
|
56 |
|
57 |
try{
|
58 |
+
var multiembedStreams = await movieMultiembedTimeout(movieId,55000);
|
59 |
streams.push({ url: multiembedStreams, name: 'Torflix\nMultiembed', title: 'Multiembed', behaviorHints: { bingeGroup: 'multiembed' } });
|
60 |
|
61 |
}catch(e){
|
|
|
78 |
|
79 |
var streams = [];
|
80 |
|
81 |
+
var multiembedStreams = await movieMultiembedTimeout(args.id,55000,l);
|
82 |
streams.push({ url: multiembedStreams, name: 'Torflix\nMultiembed', title: 'Multiembed', behaviorHints: { bingeGroup: 'multiembed' } });
|
83 |
|
84 |
console.log(streams);
|