Subscribe to YouTube RSS feeds and keep track of watched videos
Go to file
Pavle Portic da0414f9ba
Add basic Python API
2021-08-02 01:49:00 +02:00
ytrssil Add basic Python API 2021-08-02 01:49:00 +02:00
.editorconfig Initial commit 2021-07-30 11:50:34 +02:00
.gitignore Initial commit 2021-07-30 11:50:34 +02:00
.mypy.ini Switch to SQLite3 as storage backend and add dependency injection 2021-08-01 17:02:22 +02:00
LICENSE Add license and readme for publishing 2021-08-01 17:15:06 +02:00
makefile Initial commit 2021-07-30 11:50:34 +02:00
readme.md Add license and readme for publishing 2021-08-01 17:15:06 +02:00
requirements-dev.txt Initial commit 2021-07-30 11:50:34 +02:00
requirements.txt Switch to SQLite3 as storage backend and add dependency injection 2021-08-01 17:02:22 +02:00
setup.py Add basic Python API 2021-08-02 01:49:00 +02:00

readme.md

YouTube RSS manager

This is a simple CLI to manage YouTube subscriptions through RSS feeds and watch new videos using mpv. It keeps track of watched videos in a local sqlite database.

Configuration

It looks for a list of RSS URLs in $XDG_CONFIG_HOME/ytrssil/feeds (~/.config/ by default), with one URL per line. Only YouTube channel feeds are supported at this moment.