Metadata-Version: 2.4
Name: udown-cli
Version: 1.0.0
Summary: Terminal YouTube video/playlist downloader
Author: AnomalyCo
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp>=2024.1.0
Requires-Dist: InquirerPy>=0.3.4
Requires-Dist: rich>=13.0.0
Requires-Dist: click>=8.1.0
Requires-Dist: pydantic>=2.0.0

# udown

Terminal YouTube video/playlist downloader.

## Install

```bash
pip install udown
```

## Usage

```bash
udown
```

Pass a URL directly:

```bash
udown --url "https://youtube.com/watch?v=..."
```

Skip all prompts:

```bash
udown --url "..." --use-defaults
```
