This commit is contained in:
ashley 2024-08-27 09:58:11 +00:00
parent 780963cbbe
commit 31933b9199

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://ca1.iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
var url = `https://cal1.iv.ggtyler.dev/ggpht/ytc/${req.params.v.replace("ytc", "")}`;
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
method: req.method,