mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
Update server.js
This commit is contained in:
parent
e7697ef77a
commit
916fd8bfa1
@ -66,6 +66,7 @@ app.get("/watch", async function (req, res) {
|
|||||||
var f = req.query.f;
|
var f = req.query.f;
|
||||||
var t = req.query.t;
|
var t = req.query.t;
|
||||||
const video = await fetch(config.tubeApi + `video?v=${v}`);
|
const video = await fetch(config.tubeApi + `video?v=${v}`);
|
||||||
|
|
||||||
const h = await video.text();
|
const h = await video.text();
|
||||||
const k = JSON.parse(toJson(h));
|
const k = JSON.parse(toJson(h));
|
||||||
if (!v) res.redirect("/");
|
if (!v) res.redirect("/");
|
||||||
|
Loading…
Reference in New Issue
Block a user