mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
fixu apii!!
This commit is contained in:
parent
650415f9d8
commit
8b82978317
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ const {
|
||||||
|
|
||||||
const pkg = require("../../../package.json");
|
const pkg = require("../../../package.json");
|
||||||
|
|
||||||
const ver = "v22.1209-c98Lu-stable"
|
const ver = "v22.1213-c98Lu-stable"
|
||||||
const versionnumber = "100"
|
const versionnumber = "101"
|
||||||
|
|
||||||
const response = {
|
const response = {
|
||||||
pt_version: ver,
|
pt_version: ver,
|
||||||
|
@ -109,7 +109,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
const id = req.query.v;
|
const id = req.query.v;
|
||||||
const l = req.query.h;
|
const l = req.query.h;
|
||||||
|
|
||||||
const url = `https://tube.kuylar.dev/proxy/caption/${id}/${l}/`;
|
const url = `https://tube-srv.ashley143.gay/proxy/caption/${id}/${l}/`;
|
||||||
|
|
||||||
let f = await modules.fetch(url);
|
let f = await modules.fetch(url);
|
||||||
const body = await f.text();
|
const body = await f.text();
|
||||||
|
|
Loading…
Reference in a new issue