mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 09:23:44 +00:00
Update src/libpoketube/init/pages-video.js
This commit is contained in:
@@ -265,7 +265,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
const itag_hd = await findItag(videoObject);
|
||||
const itag_hd = findItag(videoObject);
|
||||
var proxyurl = config.p_url;
|
||||
var vidurl = u.url;
|
||||
var isvidious = u.isInvidiousURL;
|
||||
|
||||
Reference in New Issue
Block a user