mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
add check for pardus
This commit is contained in:
parent
f690e45ae4
commit
d52e4bcf2a
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||
|
||||
if(inv_vid.genre === "Music") {
|
||||
var vidurl = u.losslessurl
|
||||
}
|
||||
|
||||
if(req.useragent.source.includes("Pardus"){
|
||||
var vidurl = "https://yt.sudovanilla.com"
|
||||
}
|
||||
|
||||
let badges = "";
|
||||
|
|
Loading…
Reference in a new issue