mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 13:14:38 -05:00
Update server.js
This commit is contained in:
parent
1e9fab42dd
commit
839f54073b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ app.get("/watch", function(req, res) {
|
||||||
var h = results[0].id;
|
var h = results[0].id;
|
||||||
var lmao = results[0];
|
var lmao = results[0];
|
||||||
if(err) return
|
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){
|
if(!url){
|
||||||
|
|
Loading…
Reference in a new issue