mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Update server.js
This commit is contained in:
parent
ad98ea0471
commit
b4775ff872
@ -59,6 +59,7 @@ app.get("/watch", async function (req, res) {
|
||||
const getColors = require('get-image-colors')
|
||||
var e = req.query.e;
|
||||
var r = req.query.r;
|
||||
|
||||
const { toJson } = require("xml2json");
|
||||
const video = await fetch( `https://tube.kuylar.dev/api/video?v=${v}`);
|
||||
const h = await video.text();
|
||||
|
Loading…
Reference in New Issue
Block a user