Welcome to the TikTok Downloader! These scripts allow you to download TikTok videos, audio, or entire profiles with ease. You can choose to download individual videos, extract audio, or download all videos from a TikTok profile. The scripts are simple to use and work on both Linux and Windows.
-
Download Videos:
- Save TikTok videos in MP4 format.
- Videos are saved in the
Videos
folder (located in your home directory).
-
Download Audio:
- Extract audio from TikTok videos and save it as MP3.
- Audio files are saved in the
Music
folder (located in your home directory).
- Download Profile Videos:
- Download all videos from a TikTok profile.
- Videos are saved in a folder named after the profile inside the
Videos
directory.
-
Python 3.x:
- Make sure Python is installed on your computer.
- Download it from python.org if you don’t have it.
-
yt-dlp
Library:- This is the tool the scripts use to download videos and audio.
- Install it by running this command in your terminal or command prompt:
pip install yt-dlp
-
The Scripts:
- Download the scripts (
tkva.py
andtk.py
) and save them to your computer.
- Download the scripts (
-
Open Terminal or Command Prompt:
- On Linux: Open the terminal.
- On Windows: Open Command Prompt or PowerShell.
-
Run the Script:
- Navigate to the folder where the script is saved.
- Run the script by typing:
python tkva.py
-
Follow the Prompts:
- Enter the TikTok video URL when asked.
- Choose whether you want to download Video or Audio.
-
Wait for the Download:
- The script will download the file and save it in the correct folder:
- Videos: Saved in
~/Videos
(orC:\Users\YourUsername\Videos
on Windows). - Audio: Saved in
~/Music
(orC:\Users\YourUsername\Music
on Windows).
- Videos: Saved in
- The script will download the file and save it in the correct folder:
-
Open Terminal or Command Prompt:
- On Linux: Open the terminal.
- On Windows: Open Command Prompt or PowerShell.
-
Run the Script:
- Navigate to the folder where the script is saved.
- Run the script by typing:
python tk.py
-
Follow the Prompts:
- Enter the TikTok profile URL when asked.
-
Wait for the Download:
- The script will download all videos from the profile and save them in a folder named after the profile inside the
Videos
directory.
- The script will download all videos from the profile and save them in a folder named after the profile inside the
-
Run the script:
python tkva.py
-
Enter the TikTok URL:
Enter the TikTok video URL: https://www.tiktok.com/@example/video/123456789
-
Choose download type:
Do you want to download (v)ideo or (a)udio only? (v/a): v
-
The file will be saved in the
Videos
orMusic
folder.
-
Run the script:
python tk.py
-
Enter the TikTok profile URL:
Enter the TikTok profile URL: https://www.tiktok.com/@example
-
The script will download all videos from the profile and save them in a folder named
example
inside theVideos
directory.
- Internet Connection: A stable internet connection is required for smooth downloads.
- Folder Creation: If the
Videos
orMusic
folders don’t exist, the scripts will create them automatically. - Profile Download: The
tk.py
script downloads all videos from a TikTok profile and organizes them into a folder named after the profile.