mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
make it eu proxy for now
This commit is contained in:
parent
779015eed4
commit
9a5e38f561
1 changed files with 1 additions and 3 deletions
|
@ -235,11 +235,9 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
var vidurl = u.losslessurl;
|
var vidurl = u.losslessurl;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!inv_vid?.allowedRegions?.includes("US")) {
|
|
||||||
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://tube-proxy.ashley0143.xyz";
|
var vidurl = "https://tube-proxy.ashley0143.xyz";
|
||||||
var mediaproxy = "https://media-proxy.ashley0143.xyz"
|
var mediaproxy = "https://media-proxy.ashley0143.xyz"
|
||||||
|
|
Loading…
Reference in a new issue