mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
lol
This commit is contained in:
parent
97eee7f1e3
commit
ac408b3dfa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const updatequote = "pls fund vennie plush -Bims"
|
|||
module.exports = function (app, config, renderTemplate) {
|
||||
|
||||
app.get("/vi/:v/:t", async function (req, res) {
|
||||
var url = `https://iv.ggtyler.dev/vi/${req.params.v}/${req.params.t}`
|
||||
var url = `https://i.ytimg.com/vi/${req.params.v}/${req.params.t}`
|
||||
|
||||
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
|
||||
method: req.method,
|
||||
|
|
Loading…
Reference in a new issue