mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Update server.js
This commit is contained in:
parent
47c0c3c265
commit
2fa88fe468
@ -54,7 +54,7 @@ app.get("/watch", function(req, res) {
|
||||
var h = results[0].id;
|
||||
var lmao = results[0];
|
||||
if(err) return
|
||||
res.redirect(`/watch?v=${h}&title=${lmao.title}&channel=${lmao.channelTitle}&searchquery=${url}&data=${mythe2}${mythe}${mythe3}`);
|
||||
res.redirect(`/watch?v=${h}&title=${lmao.title}&channel=${lmao.channelTitle}&searchquery=${url}`);
|
||||
});
|
||||
}
|
||||
if(!url){
|
||||
|
Loading…
Reference in New Issue
Block a user