Metadata-Version: 2.4
Name: yt-downloader-andy
Version: 0.0.1
Summary: Production-ready YouTube downloader CLI tool
Author-email: "Andre R. Volel" <avolel@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/avolel/youtube-downloader
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytubefix>=6.0.0
Dynamic: license-file

# Youtube-Downloader

A production-ready YouTube downloader CLI tool built with pytubefix.

## Installation

pip install youtube-downloader

## Usage

Download highest resolution video:

ytsd -u https://youtube.com/watch?v=...

Download specific resolution:

ytsd -u URL -r 720p

Download audio only:

ytsd -u URL -a

Enable verbose logging:

ytsd -u URL -v
