mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
add the f param
This commit is contained in:
parent
9cb9099807
commit
a3d15f1a2d
@ -202,7 +202,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
const secure = ["poketube.fun"].includes(req.hostname);
|
||||
const verify = req.hostname === "poketube.sudovanilla.com";
|
||||
|
||||
INNERTUBE.getYouTubeApiVideo(v, contentlang, contentregion).then((data) => {
|
||||
INNERTUBE.getYouTubeApiVideo(f, v, contentlang, contentregion).then((data) => {
|
||||
try {
|
||||
const k = data?.video;
|
||||
const channel_uploads = data?.channel_uploads
|
||||
|
Loading…
Reference in New Issue
Block a user