mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
Update src/libpoketube/init/pages-video.js
This commit is contained in:
parent
61db054304
commit
8071330fc6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user