Metadata-Version: 2.4
Name: wasimyt-dl
Version: 0.1.0
Summary: A powerful interactive YouTube downloader CLI using yt-dlp
Author-email: wasim yt <wasim@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/wasimyt-dl
Project-URL: Issues, https://github.com/yourusername/wasimyt-dl/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp>=2023.10.13
Requires-Dist: rich>=13.0.0
Requires-Dist: questionary>=2.0.0

# wasimyt_dl

A production-level Python CLI tool for downloading YouTube videos, playlists, shorts, and community posts using `yt-dlp` and `ffmpeg`.

## Features
- **Video Downloader**: Download 1080p, 720p, or Audio easily.
- **Playlist Downloader**: Download full playlists or specific ranges.
- **Shorts Downloader**: Extract vertical videos optimized for YouTube Shorts.
- **Community Post Downloader**: Extract and save media from YouTube community posts.

## Installation
```bash
pip install .
```

## Usage
Once installed, simply run:
```bash
wasimyt_dl
```
