1
Fork 0

fix some stuff lol

This commit is contained in:
Ashley 2023-11-08 16:56:01 +00:00
parent 66f3911f8b
commit bf79fd692f

View file

@ -39,7 +39,7 @@ module.exports = function (app, config, renderTemplate) {
});
app.get("/vi/:v/:t", async function (req, res) {
var url = `https://i.ytimg.com/vi/${req.params.v}/${req.params.t}`
var url = `https://yt.sudovanilla.com/vi/${req.params.v}/${req.params.t}`
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
method: req.method,