use "getYouTubePlayerInfo"

This commit is contained in:
ashley 2025-09-30 16:06:28 +02:00
parent 33c6c95045
commit 4b11772514

View File

@ -218,7 +218,7 @@ module.exports = function (app, config, renderTemplate) {
const verify = req.hostname === "poketube.sudovanilla.com";
INNERTUBE.getYouTubeApiVideo(f, v, contentlang, contentregion).then(
INNERTUBE.getYouTubePlayerInfo(f, v, contentlang, contentregion).then(
(data) => {
try {
const channel_uploads = data?.channel_uploads;