Metadata-Version: 2.1
Name: ytrssil
Version: 0.5.0
Summary: Subscribe to YouTube RSS feeds and keep track of watched videos
Home-page: https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil
Author: Pavle Portic
Author-email: git@theedgeofrage.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE

# YouTube RSS manager

This is a simple CLI to manage YouTube subscriptions through RSS feeds
and watch new videos using `mpv`.

## Configuration

It looks for a configuration in `$XDG_CONFIG_HOME/ytrssil/config.json`
(~/.config/ by default).

Example:

```json
{
    "username": "username",
    "password": "password",
    "api_url": "https://example.com",
    "max_resolution": "1080"
}
```
