cli/readme.md

21 lines
393 B
Markdown
Raw Permalink Normal View History

2021-08-01 17:15:06 +02:00
# YouTube RSS manager
This is a simple CLI to manage YouTube subscriptions through RSS feeds
2022-10-29 23:55:22 +02:00
and watch new videos using `mpv`.
2021-08-01 17:15:06 +02:00
## Configuration
2022-10-29 23:55:22 +02:00
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"
}
```