1
Fork 0
This commit is contained in:
ashley 2024-08-28 20:56:23 +00:00
parent 03fb903de7
commit 9cfdfde9a9

View file

@ -76,7 +76,7 @@ app.get("/avatars/:v", async function (req, res) {
app.get("/avatars/ytc/:v", async function (req, res) {
var url = `https://cal1.iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
var url = `https://iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
method: req.method,