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
Hey @EuropaYou, thank you for the feedback. I am aware of this behavior and no, it has nothing to do with the loops, the function getUserVideos uses the library tiktok-signature to generate the request headers needed for sending a request to the api. tiktok-signature uses puppeteer and for each tiktok page a request is being sent and that is why it's taking so much especially if the user has a high amount of videos. I will try to find a way to improve the performance but I can not promise to be honest
It takes too long to download one Tiktok page with too many videos.
This is because of these lines. Since there are too many 'for' loops, the performance drops a lot.
The text was updated successfully, but these errors were encountered: