-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
NotImplementedError using video.bytes() #1167
Comments
Same issue. I want to download videos related to one specific hashtag. So firstly, I used the hashtag example and added the video bytes extraction for downloading the video. I kept getting 'Not Implemented' errors. I see that this function has not been written completely on GitHub. Here is my code:
I also try to understand if I can make a request for several hashtags with the "|" symbol. @davidteather Please let me know if I can help in developing the code or if you're working on it already. Thanks. |
An update: if you look into the dictionary object of the video, you see The last link in this list can be used for downloading the videos. So after getting the dictionary of videos you need (video.as_dict) you can download the videos. This is how I did it:
|
This PR fixes this issue: #1174 , feel free to pull the branch in the meantime |
Hi so i am trying to download a bunch of videoes quick, but the video.bytes function does not work. And by the name i would think it was because of it not working because of TikTok updates, but i just wanted to check in and see if this was the case.
The text was updated successfully, but these errors were encountered: