dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.
BSD 3-Clause "New" or "Revised" License
316 stars 44 forks source link

Get the path of the downloaded video #42

Closed JIV-DLS closed 3 months ago

JIV-DLS commented 5 months ago

When utilizing the Pyktok library in Python 3 to interact with TikTok, users encounter difficulty in obtaining the file path of the downloaded video content. This issue arises as users require access to the local file path for further processing or integration within their applications. However, despite successfully downloading the video content, there is a lack of clarity or functionality within the Pyktok library to retrieve the exact location where the downloaded video is stored on the local system.

This problem inhibits users from seamlessly incorporating the downloaded TikTok videos into their projects or workflows. Without the ability to ascertain the file path, users face challenges in managing and utilizing the downloaded content effectively. Consequently, addressing this issue is crucial to enhance the usability and functionality of the Pyktok library, enabling users to effortlessly access and manipulate the downloaded video files within their Python applications.

Proposed Solution: To resolve this issue, I juste received video_fn and metadata_fn.