Open DanilKonon opened 3 years ago
is there an update on this? I'm trying to do the same thing for the getVideosByUserName api as well! Thanks for this work it is really awesome!
is there an update ? I have the same problem. At the final of the JSON I get this information'cursor': '35', 'hasMore': True
but if I try with 36 it doesn't work and I get this {'statusCode': 10201, 'statusMsg': ''}
I could move the cursor ? how can I do that ...
I also have the same issue
I also have the same issue
The problem is I would like to download 100 videos by some hashtag. But I can only download about 35 in one function call. But if I call the function again I will get the same 35 tiktoks. How can I get next 35 (or more) tiktoks?