Metadata-Version: 2.1
Name: pyyt-cli
Version: 0.1.6
Summary: Python script to download videos as audio from a given YouTube playlist/video
Home-page: https://github.com/patillacode/pyyt
Author: Patilla Code
Author-email: patillacode@gmail.com
License: Apache 2.0
Keywords: converter,audio,youtube,download,mp3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyfiglet
Requires-Dist: simple-term-menu
Requires-Dist: yt-dlp
Requires-Dist: termcolor
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mock ; extra == 'test'

[![Downloads](https://pepy.tech/badge/pyyt-cli)](https://pepy.tech/project/pyyt-cli)

# pyyt
Python interactive script to download videos as audio from a given YouTube playlist or a single video url

-------------------
### Attribution ###

An abstraction of [yt-dlp](https://github.com/yt-dlp/yt-dlp) for my specific use case.
Thanks to everyone that contributed.

-------------------
### Installation

```bash
$ pip install pyyt
```

If you are planning on developing you know the drill:
```bash
git clone https://github.com/patillacode/pyyt.git
cd pyyt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

---------

### Usage
* Run `pyyt` and follow the instructions

**Note:** Audio files will be downloaded into the `./downloads` folder by default,you can specify another path interactively.


-----------
### Demo

![asciinema](./examples/demo.svg)
