mirror of
https://codeberg.org/ashley/poke
synced 2026-03-20 04:47:57 +00:00
Update server.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user