mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
nvm lmao
This commit is contained in:
parent
9a5e38f561
commit
01f915ce14
1 changed files with 3 additions and 1 deletions
|
@ -235,9 +235,11 @@ module.exports = function (app, config, renderTemplate) {
|
|||
var vidurl = u.losslessurl;
|
||||
}
|
||||
|
||||
if (!inv_vid?.allowedRegions?.includes("US")) {
|
||||
var vidurl = "https://eu-proxy.poketube.fun";
|
||||
var isvidious = true;
|
||||
|
||||
}
|
||||
|
||||
if (req.useragent.source.includes("Pardus")) {
|
||||
var vidurl = "https://tube-proxy.ashley0143.xyz";
|
||||
var mediaproxy = "https://media-proxy.ashley0143.xyz"
|
||||
|
|
Loading…
Reference in a new issue