Open vlad43210 opened 11 months ago
This is likely due to changes tiktok has made with their data schema (#82). I'll need some time to address this, unfortunately.
Hey just checking if you had any time to fix this or if this is still an issue
Hey just checking if you had any time to fix this or if this is still an issue
Unfortunately I haven't gotten a chance to look into this. I've been ridiculously busy with my master's degree and family. I'm honestly not sure when I'll next get a chance to work on it. In the meantime, I suggest using youtube-dl if you just want to download videos. Downloading videos from a user is also broken on youtube-dl.
Describe the bug If I search for videos by hashtag, I am able to get a number of videos, and get metadata on them, but not download them. There is no error, but on investigation I see that the code finds videos with the hashtag, goes to the first of them, and then just stops.
Here is my code:
This code was working earlier and then just stopped working, so I am wondering if there is some secret throttling going on / if anything can be done about that.
To Reproduce Steps to reproduce the behavior:
Expected behavior Videos should be downloaded
Version Information Python 3.11.3 playwright 1.40.0 pydantic 2.5.2 tiktokapi 0.2.4.post2 yt-dlp 2023.11.16
System Information OS X Sonoma 14.2 laptop
Region Information US
Additional context Add any other context about the problem here.