mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:37:48 +01:00
add the f param
This commit is contained in:
parent
9cb9099807
commit
a3d15f1a2d
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
const secure = ["poketube.fun"].includes(req.hostname);
|
const secure = ["poketube.fun"].includes(req.hostname);
|
||||||
const verify = req.hostname === "poketube.sudovanilla.com";
|
const verify = req.hostname === "poketube.sudovanilla.com";
|
||||||
|
|
||||||
INNERTUBE.getYouTubeApiVideo(v, contentlang, contentregion).then((data) => {
|
INNERTUBE.getYouTubeApiVideo(f, v, contentlang, contentregion).then((data) => {
|
||||||
try {
|
try {
|
||||||
const k = data?.video;
|
const k = data?.video;
|
||||||
const channel_uploads = data?.channel_uploads
|
const channel_uploads = data?.channel_uploads
|
||||||
|
|
Loading…
Reference in a new issue