mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 16:49:04 +01:00
lmao
This commit is contained in:
parent
e2aa3025b0
commit
743f79d54a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ app.get("/encryption", async function (req, res) {
|
||||||
|
|
||||||
const json = fetching.video.Player;
|
const json = fetching.video.Player;
|
||||||
const h = await video.text();
|
const h = await video.text();
|
||||||
const k = JSON.parse(modules.modules.toJson(h));
|
const k = JSON.parse(modules.toJson(h));
|
||||||
if (!v) res.redirect("/");
|
if (!v) res.redirect("/");
|
||||||
|
|
||||||
//video
|
//video
|
||||||
|
|
Loading…
Reference in a new issue