Metadata-Version: 2.4
Name: ytrssil
Version: 0.7.2
Summary: Subscribe to YouTube RSS feeds and keep track of watched videos
Project-URL: Homepage, https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil
Author-email: Pavle Portic <git@theedgeofrage.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: inject<5,>=4.3
Requires-Dist: requests<3,>=2.28
Description-Content-Type: text/markdown

# 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
{
    "token": "token",
    "api_url": "https://example.com",
    "max_resolution": "1080"
}
```
