Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 356 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 356 Bytes

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