A simple YouTube video and playlist downloader.
- Download videos from YouTube with ease.
- Supports multiple video formats and qualities.
- User-friendly command-line interface.
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/mauriciobellon/youtubed.git cd youtubed
- Install dependencies using Poetry:
poetry install
To use the YouTube downloader, run:
youtubed --help
This command will display all available options and usage instructions for YouTubed.
Download a video:
youtubed download --url "https://www.youtube.com/watch?v=example"
Download playlist:
youtubed download --url "https://www.youtube.com/playlist?list=example"
Contributions are welcome! Please read our Contributing Guidelines for details on the process of submitting pull requests.
-
Fork the repository.
-
Create a new branch (git checkout -b feature-branch).
-
Commit your changes (git commit -m 'Add some feature').
-
Push to the branch (git push origin feature-branch).
-
Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Mauricio Bellon
For any questions, feel free to open an issue or contact me directly.