mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fixu apii!!
This commit is contained in:
parent
650415f9d8
commit
8b82978317
@ -20,8 +20,8 @@ const {
|
||||
|
||||
const pkg = require("../../../package.json");
|
||||
|
||||
const ver = "v22.1209-c98Lu-stable"
|
||||
const versionnumber = "100"
|
||||
const ver = "v22.1213-c98Lu-stable"
|
||||
const versionnumber = "101"
|
||||
|
||||
const response = {
|
||||
pt_version: ver,
|
||||
@ -109,7 +109,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
const id = req.query.v;
|
||||
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);
|
||||
const body = await f.text();
|
||||
|
Loading…
Reference in New Issue
Block a user