mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
lmao
This commit is contained in:
parent
f5e135a731
commit
f393c01568
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