Files
newsboat-yt/README.md
Michael Lehmann 4397841aaa Add readme.
2024-08-06 23:12:25 +02:00

26 lines
402 B
Markdown

# newsboat-yt
Plugin to download / enqueue youtube videos from rss subscriptions in newsboat.
## Dependencies / Requirements
The following package are required.
- yt-dlp
- golang
## Installation
```bash
sudo make install
```
## Uninstall
```bash
sudo make uninstall
```
## Usage
```bash
Usage of newsboat-yt:
-d start downloading from queue.
-u string
add url to download queue.
```