yt-channel-info
yt-channel-info copied to clipboard
getChannelVideosMore doesn't work properly
const payload = {
channelId: channel.id,
sortBy: 'newest',
channelIdType: 0
};
const response = await channelInfo.getChannelVideos(payload);
const moreVideos = await channelInfo.getChannelVideosMore({continuation: response.continuation})
Produces error:
console.log(response.continuation) logs continuation string properly
We aren't currently maintaining this module. I'd recommend switching to this module instead https://github.com/LuanRT/YouTube.js