This Python script allows users to download YouTube videos and organize them by moving associated thumbnails.
- Python 3.11 or later
- yt_dlp library (install using:
pip install yt-dlp
andpip install -r requirements.txt
)
- Run the script.
- Enter a valid YouTube video URL.
- Specify the file location to save downloaded files.
- Customize video quality, audio format, and subtitles (optional).
- The script will download the video, associated subtitles, and thumbnail.
- Thumbnails will be moved to a 'thumbnails' folder within the specified location.
- Author: RhaZenZ0
- Clone the repository:
git clone https://github.com/RhaZenZ0/YouTube-.git
- Install the required dependencies:
pip install -r requirements.txt
python YouMain.py
- DEFAULT_VIDEO_QUALITY: Default video quality if not specified by the user.
- DEFAULT_AUDIO_FORMAT: Default audio format if not specified by the user.
- DEFAULT_SUBTITLES: Default subtitles inclusion if not specified by the user.
Contributions are welcome! Please check the Contribution Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to yt_dlp for providing the library used in this script.