You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cursor and count parameters in user.videos() are not working. I've found passing a value for cursor does not change the return data at all (the default of 30 is always used), and passing a value for count results in no data at all being returned.
The
cursor
andcount
parameters inuser.videos()
are not working. I've found passing a value forcursor
does not change the return data at all (the default of 30 is always used), and passing a value forcount
results in no data at all being returned.With user_example.py:
Expected behavior
This should return just one video at an offset of 1, but it doesn't return anything.
Desktop (please complete the following information):
My workaround for now will be to just brute force through the loop until I get to the video I want.
The text was updated successfully, but these errors were encountered: