media-subscriptions
is command line program for downloading the most recent videos from a YouTube user.
You just add two lines to ~/.config/media-subscriptions/config
:
[youtube]
url = https://www.youtube.com/user/youtube
and when you run media-subscriptions
the new videos will be downloaded (with youtube-dl) to ~/Movies/subscriptions/youtube
.
For more information read the manual.
From the source code directory run:
$ pip install -e .