Update src/libpoketube/init/pages-video.js

This commit is contained in:
Ashley 2023-12-27 08:53:39 +00:00
parent 5568bc23e6
commit 1853866bf5

View file

@ -245,10 +245,10 @@ module.exports = function (app, config, renderTemplate) {
var vidurl = u.losslessurl;
}
if (inv_vid.author.endsWith(" - Topic")) {
var vidurl = "https://eu-proxy.poketube.fun";
var isvidious = true;
}
if (req.useragent.source.includes("Pardus")) {
var vidurl = "https://yt.sudovanilla.com";
@ -552,4 +552,4 @@ module.exports = function (app, config, renderTemplate) {
}
}
});
};
};