Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

getChannelVideosMore doesn't work properly #168

Open
HeyEvgenii opened this issue Jul 7, 2023 · 1 comment
Open

getChannelVideosMore doesn't work properly #168

HeyEvgenii opened this issue Jul 7, 2023 · 1 comment

Comments

@HeyEvgenii
Copy link

HeyEvgenii commented Jul 7, 2023

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

@ChunkyProgrammer
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants