|
||
---|---|---|
ytrssil | ||
.editorconfig | ||
.gitignore | ||
.mypy.ini | ||
LICENSE | ||
makefile | ||
readme.md | ||
requirements-dev.txt | ||
requirements.txt | ||
setup.py |
readme.md
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:
{
"username": "username",
"password": "password",
"api_url": "https://example.com",
"max_resolution": "1080"
}