mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
add new url :3
This commit is contained in:
parent
239d482a51
commit
5adafa4aee
1 changed files with 3 additions and 3 deletions
|
@ -245,10 +245,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
var vidurl = u.losslessurl;
|
var vidurl = u.losslessurl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (inv_vid.author.endsWith(" - Topic")) {
|
||||||
var vidurl = "https://eu-proxy.poketube.fun";
|
var vidurl = "https://eu-proxy.poketube.fun";
|
||||||
var isvidious = true;
|
var isvidious = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (req.useragent.source.includes("Pardus")) {
|
if (req.useragent.source.includes("Pardus")) {
|
||||||
var vidurl = "https://yt.sudovanilla.com";
|
var vidurl = "https://yt.sudovanilla.com";
|
||||||
|
|
Loading…
Reference in a new issue