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
- Host: GitHub
- URL: https://github.com/04amanrajj/python-pro
- Owner: 04amanrajj
- License: mit
- Created: 2024-06-24T18:36:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:47:12.000Z (11 months ago)
- Last Synced: 2025-02-08T03:41:21.435Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.