mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
use config.videourl instead
This commit is contained in:
parent
72f2c1b862
commit
e4a03b4c75
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
var vidurl = u.losslessurl;
|
var vidurl = u.losslessurl;
|
||||||
}
|
}
|
||||||
|
|
||||||
var vidurl = "https://eu-proxy.poketube.fun";
|
var vidurl = config.videourl;
|
||||||
var isvidious = true;
|
var isvidious = true;
|
||||||
|
|
||||||
if (req.useragent.source.includes("Pardus")) {
|
if (req.useragent.source.includes("Pardus")) {
|
||||||
|
|
Loading…
Reference in a new issue