Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 1.96 KB

README.md

File metadata and controls

86 lines (59 loc) · 1.96 KB

YouTubed

A simple YouTube video and playlist downloader.

License Python

Table of Contents

Features

  • Download videos from YouTube with ease.
  • Supports multiple video formats and qualities.
  • User-friendly command-line interface.

Installation

Prerequisites

Ensure you have the following installed:

Steps

  1. Clone the repository:
    git clone https://github.com/mauriciobellon/youtubed.git
    cd youtubed
  2. Install dependencies using Poetry:
    poetry install

Usage

To use the YouTube downloader, run:

youtubed --help

This command will display all available options and usage instructions for YouTubed.

Examples

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"

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Author: Mauricio Bellon

For any questions, feel free to open an issue or contact me directly.