Closed reddere closed 1 year ago
At the moment, you can use the video_link function in the tiktokapipy.models.video
package with video.id
to get the video link.
url = video_link(video.id)
I can make this into a computed field when I get the chance so you can just do video.url
.
This feature has been implemented in version 0.2.1. You can access the video.url
property to retrieve the link to the TikTok page.
Thanks! Have you investigated about downloading the videos from the play_addr field, by the way? @Russell-Newton
I have not yet made any progress for this.
Is your feature request related to a problem? Please describe. Since we are not able to download the videos from this library, at least I want to use it to fetch the tiktok url of a user profile and then use a website to download that tiktok link.
Describe the solution you'd like For me, it would be useful to add some sort of "url" param to the user.videos.video
Describe alternatives you've considered Tried requesting url from the play_addr, but as mentioned in other issues, it's not possible to get that url