Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 626 Bytes

README.rst

File metadata and controls

23 lines (14 loc) · 626 Bytes

media-subscriptions

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.

Install

From the source code directory run:

$ pip install -e .