A powerful Python script for downloading high-quality YouTube videos and playlists with ease! π₯β‘
This python program not only downloads YouTube content in the highest available quality but also handles multiple formats, subtitles, and thumbnails efficiently. Perfect for content creators and educational purposes!
- βοΈ Requirements
- π¦ Installation
- πͺ Usage
- π οΈ Configuration
- π¨βπ³ Who is the creator?
- π€ Contributing
- βοΈ License
- Python v3.7 or higher π
- FFmpeg installed on your system π¬
- YouTube URLs (single videos or playlists) that you have permission to download π
-
Clone this repository:
git@github.com:pH-7/Download-Simply-Videos-From-YouTube.git && cd Download-Simply-Videos-From-YouTube
-
Install the required Python packages:
pip install -r requirements.txt
-
Install FFmpeg:
- Ubuntu/Debian:
sudo apt-get install ffmpeg
- macOS:
brew install ffmpeg
- Windows: Download from the FFmpeg website, follow the instructions and add to PATH
- Ubuntu/Debian:
To run the script, use the following command:
python download.py
The script will:
- Prompt for the YouTube URL (video or playlist)
- Ask for an output directory (optional)
- Download content in the highest available quality
- Save thumbnails and subtitles
- Organize content appropriately:
- Single videos: Saved directly in the output directory
- Playlists: Organized in a playlist-named folder with numbered files
Features:
- β¨ Support for both single videos and playlists
- π₯ High-quality video and audio downloads
- π Organized folder structure
- π Automatic subtitle downloading
- πΌοΈ Thumbnail extraction
- π Format conversion to MP4
- β‘ Error handling and recovery
You can modify the following in the script:
- Video format preferences
- Subtitle language selection
- Output directory structure
- Post-processing options
Pierre-Henry Soria. A passionate software AI engineer who loves automating content creation! π Enthusiast for YouTube, photography, AI, learning, and health! π Find me at pH7.me π
βοΈ D you enjoy this project? Offer me a coffee (spoiler alert: I love almond flat white! π)
Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes.
Download Simply Videos From YouTube is generously distributed under the MIT License π Enjoy!
This script is for educational purposes only. Please ensure you have the right to download any content and comply with YouTube's terms of service when using this script.