Skip to content
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

[FEATURE_REQUEST] - Cursor support to get all TikToks from certain user #193

Closed
rahadiancs opened this issue Jul 22, 2020 · 3 comments
Closed

Comments

@rahadiancs
Copy link

Is your feature request related to a problem? Please describe.
I can't seem to find the way to download all videos of certain user, especially those with hundreds of videos.

Describe the solution you'd like
Is it possible to add a maxcursor parameter (if we want to decide to continue downloading from certain point), or implement automatic maxcursor calculation to keep downloading video list like how the website works.

@c4l1c0
Copy link
Contributor

c4l1c0 commented Jul 27, 2020

What are u talking about? I can download all user's TikToks using count argument just fine (yes, even if the user has thousands of TikToks). Just specify how many do you want to download in count argument.

About cursor support, i don't think this wrapper implemented it yet, but the API url has minCursor and maxCursor, it should be easy to modify the function if u want a proper cursor support. Maybe u can do a pull request for this?

@davidteather
Copy link
Owner

Maxcursor isn't really like an offset number it's a longer number returned in the json response from the server. (I think it's hidden in most methods).

@davidteather
Copy link
Owner

New release is this was an issue for you

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

No branches or pull requests

3 participants