-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
Getting more than 50 videos from userLikedbyUsername? #231
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
Hey @everestpipkin, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
Just wanted to check in and see if anyone else had run into this or something similar - I've kept fiddling but have not made any progress on this at all on my end. Here is the code for making the info CSV - it works perfectly up to count=50, but count=51+ returns nothing.
|
I have a similar issue, userLikedbyUsername only goes up to the amount of videos a user has liked, but I haven't experimented with more than 50 liked videos |
Seems to be fixed now probably due to #333 |
Hi everyone,
Thank you for the useful wrapper! I've been having fun toying with it.
Ran into a problem - I'm helping a friend archive their liked videos. I wrote a little script that goes through, gets the list of their likes, then downloads the associated files. It works perfectly - up to 50. At 51+, it hangs, then quits and doesn't return anything at all.
I went into the code and saw there were some hard parameters (maxCount in userLiked) set to 50, so I upped that but it doesn't solve the issue. I was wondering if it was related to #183 with the change of indexing meaning that the maxCursor parameter wasn't allowing for pagination. Wondering if you had any leads? I'm new to pyppeteer so perhaps its an easy fix?
Thank you!
The text was updated successfully, but these errors were encountered: