You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
ytrssil | 5 months ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
.mypy.ini | 1 year ago | |
LICENSE | 2 years ago | |
makefile | 5 months ago | |
readme.md | 5 months ago | |
requirements-dev.txt | 5 months ago | |
requirements.txt | 5 months ago | |
setup.py | 5 months ago |
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"
}