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:
[email protected]: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.