Metadata-Version: 2.1
Name: nrdrch-ezdl
Version: 1.1.8
Summary: yt-dlp wrapper for ultimate simplicity
Home-page: https://github.com/nrdrch/nrdrch-ezdl
Author: Lukas H
Author-email: nrdrch@proton.com
Project-URL: Bug Tracker, https://github.com/nrdrch/nrdrch-ezdl/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich >=13.7.1
Requires-Dist: toml >=0.10.2
Requires-Dist: yt-dlp >=2024.5.27

# ezdl
### just another yt-dlp wrapper for even more simplicity with rich styling and loading animations.

![](https://i.imgur.com/HHTUNv5.png)

### Dependencies
[Python](https://www.python.org/downloads/)

<details>
<summary> 
more deps</summary> 

- pip dependencies (these will be installed automatically)
```python
toml, rich, yt-dlp
```
- install or upgrade the dependencies seperate from ezdl
```python
pip install --upgarde toml rich yt-dlp
```


</details>

## Installation

You can install ezdl using pip:

```pwsh
pip install --upgrade nrdrch-ezdl
```

## usage examples:
- Help pages:
```pwsh
ezdl --help or -h
```
- Display a Helpful Table für Configuration

```pwsh
ezdl --help-settings or -hs
```
- Download a Youtube video (this will Ignore the rest of the playlist by default)
```pwsh
ezdl video https://youtu.be/dQw4w9WgXcQ
```
- just the audio
```pwsh
ezdl audio https://youtu.be/dQw4w9WgXcQ
```
- Download the whole playlist if the link leads to a playlist
```pwsh
ezdl video https://youtu.be/dQw4w9WgXcQ?list=PLE0hg-LdSfycrpTtMImPSqFLle4yYNzWD wp
```
- just the audio but the whole playlist
```pwsh
ezdl audio https://youtu.be/dQw4w9WgXcQ?list=PLE0hg-LdSfycrpTtMImPSqFLle4yYNzWD wp
```
- open locations by their name (settings, audio or video)
```pwsh
ezdl open settings
```
