mirror of
https://codeberg.org/ashley/poke.git
synced 2025-03-14 22:38:49 +01:00
new caption stuff :3
This commit is contained in:
parent
390d7574c0
commit
71664b9f9e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const id = req.query.v;
|
||||
const l = req.query.h;
|
||||
|
||||
let url = `https://inner-api.poketube.fun/proxy/caption/${id}/${l}/`;
|
||||
let url = `https://invid-api.poketube.fun/api/v1/captions/${id}?label=${l}`;
|
||||
|
||||
let f = await modules.fetch(url);
|
||||
const body = await f.text();
|
||||
|
|
Loading…
Reference in a new issue