An open API service indexing awesome lists of open source software.

https://github.com/04amanrajj/python-pro

creating this repo for storing py projects
https://github.com/04amanrajj/python-pro

Last synced: about 2 months ago
JSON representation

creating this repo for storing py projects

Awesome Lists containing this project

README

        

# YouTube Playlist Downloader

This script downloads videos from a YouTube playlist in the desired format and quality.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/yt-downloader.git
cd yt-downloader
```

2. Run the installation script to install dependencies:
```bash
chmod +x install_dependencies.sh
./install_dependencies.sh
```

## Usage

1. Run the script:
```bash
python3 yt.py
```

2. Follow the prompts to enter the YouTube playlist URL, download directory, and format option.

## License

This project is licensed under the MIT License.