yt-channel-info icon indicating copy to clipboard operation
yt-channel-info copied to clipboard

getChannelVideosMore doesn't work properly

Open HeyEvgenii opened this issue 1 year ago • 1 comments

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: Screenshot 2023-07-08 at 02 23 18

console.log(response.continuation) logs continuation string properly

HeyEvgenii avatar Jul 07 '23 20:07 HeyEvgenii

We aren't currently maintaining this module. I'd recommend switching to this module instead https://github.com/LuanRT/YouTube.js

ChunkyProgrammer avatar Jul 09 '23 14:07 ChunkyProgrammer