Download TikTok Videos Without Watermark
1.0.0
This project uses an external API to download TikTok videos without watermarks.
Python
pip
Clone this repository:
git clone https://github.com/Pablo-Restrepo/Download-TikTok-Videos-Without-Watermark
Install the dependencies:
pip install -r requirements.txt
Here is an example of how to use the DownloadTikTokVideos class to download a TikTok video:
from download_tiktok_videos import DownloadTikTokVideosURL = 'https://www.tiktok.com/@ray.amv000/video/7273108118777662725'downloader = DownloadTikTokVideos()video_path = downloader.download_video(URL)print(f'Video downloaded to: {video_path}')
You can also refer to the example_download_videos.py
file for a complete example.
This project is licensed under the GNU General Public License v3.0.