mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
fix some stuff lol
This commit is contained in:
parent
66f3911f8b
commit
bf79fd692f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/vi/:v/:t", async function (req, res) {
|
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())}`, {
|
let f = await modules.fetch(url + `?cachefixer=${btoa(Date.now())}`, {
|
||||||
method: req.method,
|
method: req.method,
|
||||||
|
|
Loading…
Reference in a new issue