mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
new proxy !!!!!!!!!!!!!
This commit is contained in:
parent
ba97cbf3ee
commit
7ece06a3b3
1 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@ const {
|
|||
getRandomInt,
|
||||
getRandomArbitrary,
|
||||
} = require("../ptutils/libpt-coreutils.js");
|
||||
const media_proxy = require("../libpoketube-video.js");
|
||||
|
||||
const sha384 = modules.hash;
|
||||
const fetch = modules.fetch;
|
||||
|
@ -181,6 +182,8 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const isvld = await core.isvalidvideo(v);
|
||||
if (!v) res.redirect("/");
|
||||
|
||||
const u = await media_proxy(v);
|
||||
|
||||
var secure;
|
||||
|
||||
if (
|
||||
|
@ -243,6 +246,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
color: data.color,
|
||||
color2: data.color2,
|
||||
engagement: engagement,
|
||||
u,
|
||||
video: json,
|
||||
date: k.Video.uploadDate,
|
||||
e,
|
||||
|
|
Loading…
Reference in a new issue