Metadata-Version: 2.3
Name: nbyt-rss
Version: 0.5.2.1
Summary: Simple CLI app to add YouTube RSS feeds correctly.
Author: Evan Baird
Author-email: mrcartoonster@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: parsel (>=1.9.1,<2.0.0)
Requires-Dist: pytest (>=8.3.3,<9.0.0)
Requires-Dist: rich (>=13.8.1,<14.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Requires-Dist: yarl (>=1.11.1,<2.0.0)
Description-Content-Type: text/markdown

# YouTube NewsBoat RSS CLI


This CLI will add the correct YouTube RSS videos feeder to [NewsBoat](https://bit.ly/4ehNsOr) urls for you.

## Simple Docs

Pass in a YouTube videos url and it will add the correct RSS feed to
newsboat.

**Usage**:

```console
$ main [OPTIONS] URLS...
```

**Arguments**:

* `URLS...`: [required]

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

