/tiktok-dl

download tiktok with python

Primary LanguagePythonMIT LicenseMIT

download a tiktok video with Python

Get the video URL from the web...

  1. Go to this URL and find a video you like https://www.tiktok.com/en/trending
  2. Click the video you want to watch
  3. Copy and paste the URL that is in your web browser

then run

python tiktok-dl.py --output out.mp4 --verbose VIDEO_URL_HERE

There is an example in test.bat