This Python script automates the process of downloading videos from a TikTok user's profile using Selenium and yt-dlp.
- Python 3.x
- Google Chrome
- ChromeDriver
- Python libraries:
selenium
andyt-dlp
- Install Python from here.
- Install Google Chrome if you don't have it already.
- Download ChromeDriver from here and add it to your system PATH.
- Install the required Python libraries by running:
pip install selenium yt-dlp
Clone this repository or download the script.
Open the script and replace the TikTok URL with the username of the TikTok account you want to download videos from:
tiktok_url = "https://www.tiktok.com/@" # Replace with the TikTok username
Run the script: python tiktok_downloader.py
The script will open Google Chrome, scroll through the specified TikTok account's profile, and gather video links. These videos will be downloaded to a folder called videos in the same directory as the script.
Ensure you have the correct version of ChromeDriver that matches your version of Google Chrome. The videos will be saved in .mp4 format with their original titles.
If you find this project useful and would like to support its development, you can make a donation via PayPal:
Thank you for your support!
Este script en Python automatiza el proceso de descargar videos del perfil de un usuario de TikTok utilizando Selenium y yt-dlp.
Python 3.x
Google Chrome
ChromeDriver
Librerías de Python: selenium
y yt-dlp
- Instala Python
- Instala Google Chrome si aún no lo tienes.
- Descarga ChromeDriver desde aquí y agrégalo a tu PATH del sistema.
- Instala las librerías de Python requeridas ejecutando:
pip install selenium yt-dlp
Clona este repositorio o descarga el script.
Abre el script y reemplaza la URL de TikTok con el nombre de usuario de la cuenta de TikTok desde la cual quieres descargar videos: tiktok_url = "https://www.tiktok.com/@" # Reemplaza con el nombre de usuario de TikTok
Ejecuta el script: python tiktok_downloader.py
El script abrirá Google Chrome, desplazará hacia abajo el perfil del usuario de TikTok especificado y recopilará los enlaces de los videos. Estos videos se descargarán en una carpeta llamada videos en el mismo directorio que el script.
Asegúrate de tener la versión correcta de ChromeDriver que coincida con tu versión de Google Chrome. Los videos se guardarán en formato .mp4 con sus títulos originales.
Si encuentras útil este proyecto y te gustaría apoyar su desarrollo, puedes hacer una donación a través de PayPal:
¡Gracias por tu apoyo!