A simple Python script that allows you to download a video file and its thumbnail from a YouTube URL.
To use this script, follow these steps:
- Clone this repository to your local machine:
- Go to the script directory
- Run the script:
git clone https://github.com/LouCodingStuff/YoutubeDownloader.git
cd YoutubeDownloader
python3 script.py
You will be prompted to enter the YouTube video URL. After entering the URL, the script will download the video file and its thumbnail to a folder with the same name as the video's title.
The script requires the following Python libraries:
- pytube
These dependencies are automatically installed when you run the script if they are not already available.
This project is licensed under the MIT License.
This script is for educational purposes only. Please respect the intellectual property rights of the content creators on YouTube and do not use this script to download copyrighted content without permission.