Metadata-Version: 2.4
Name: yt-downloader-cli
Version: 1.1.2
Summary: YouTube video and playlist downloader CLI tool
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp

# 🎬 YT Downloader CLI

A Dockerized YouTube video and playlist downloader built with yt-dlp.

## Features
- Download video or playlist
- Resolution selection
- Audio-only mode
- Metadata tagging
- Docker support

## Run Locally
python yt_tool.py

## Run With Docker
docker build -t yt-downloader .
docker run -it -v "$PWD":/app yt-downloader
