1
Fork 0
This commit is contained in:
ashley 2024-08-28 14:47:08 +00:00
parent 97eee7f1e3
commit ac408b3dfa

View file

@ -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,