Download tiktok video at original quality using RapidAPI
-
Make sure you have all 3 of these program installed on your machine
yt-dlp
,ffmpeg
,exiftool
-
Have python 3.10 installed
-
Install all requirements on
requirements.txt
- Create
.tiktok-dl.env
file and add variableTT_RAPIDAPI_KEY
. Add your own api key. - You can also set
DEFAULT_ACCOUNT
andDOWNLOAD_DIR
variable for ease of use.
- Do
python3 tiktok-dl.py -h
(linux), usepython|py
(windows) to see all options.