mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
new caption stuff :3
This commit is contained in:
parent
6b50d4e577
commit
f193630d03
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