This project is a command-line based YouTube Video Downloader that integrates with yt-dlp to allow users to download videos from YouTube. It enables downloading in various formats and resolutions, giving users flexibility in managing their video downloads.
- Download YouTube Videos: Download videos in various resolutions (360p, 720p, 1080p, etc.).
- Audio Extraction: Extract and download only the audio from a YouTube video.
- Multiple Formats: Support for multiple video formats like MP4, WebM, and audio formats like MP3, M4A.
- Batch Downloading: Download multiple videos at once by providing a list of URLs.
- Simple Command-Line Interface: Easy-to-use command-line input for seamless user experience.
- Python: The core programming language.
- yt-dlp: The powerful Python package used for downloading videos and audio from YouTube and other platforms.
To get started with this project, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/YouTube-Video-Downloader.git