Metadata-Version: 2.4
Name: yt-downloader-andy
Version: 0.0.2
Summary: YouTube downloader CLI tool
Author-email: "Andre R. Volel" <avolel@gmail.com>
License-Expression: 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

YouTube downloader CLI tool built with pytubefix.

## Installation

pip install yt-downloader-andy

## Usage

Download highest resolution video:

ytsd -u URL

Download specific resolution:

ytsd -u URL -r 720p

Download audio only:

ytsd -u URL -a

Download audio in specific format:

ytsd -u URL -a -f webm

Download specific resolution and format:

ytsd -u URL -r 720p -f webm

Enable verbose logging:

ytsd -u URL -v
