-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Continuation for browse method not working #49
Comments
Hi @1Mr-Newton, apologies for the late reply - I'll look into this for you now |
So if I remember correctly, the However in the process of testing this, it appears that YouTube has now renamed this parameter to |
Ok so there were a couple of things YouTube has changed recently that were affecting this from working properly with newer clients. I've bumped the client versions for YouTube Web (WEB) and YouTube Music Web (WEB_REMIX) and have fixed those issues (#50 and #53). I've created an example script here - https://github.com/tombulled/innertube/blob/22d1166c179db34faba7d00ee20d91042d8cfd2c/examples/list-channel-videos.py - that demonstrates how to list videos for a channel by using the The example script is not very defensive in design, however hopefully it helps provide a bit of a steer! |
I've released |
Maybe I'm doing it wrongly, I tried the
client.browse
method to get a channel's videos, it returned the first 30 videos, then I used the continuation argument and passed the continuation token from the first response to get the next maybe 30 videos, but still returned the same first response. I passed theparams
argument too.(to first navigate to the channel videos page)Can you please provide an example on this?
Also, what does the index parameter for the
.next
method do? I tried to go through the codebase but couldn't understand.The text was updated successfully, but these errors were encountered: