1
0
Download all new videos from your YouTube subscriptions
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-10-08 12:41:15 +01:00
dl.py Use nicer variable names and tidy the code a bit. 2018-10-08 12:41:15 +01:00
LICENSE Create LICENSE 2017-03-09 15:22:41 -05:00
README.md Mention Python 3 requirement 2018-02-07 17:44:40 +01:00

youtube-dl-subscriptions

Downloads all new videos from your YouTube subscription feeds.

Requires Python 3 to run!

I recommend to create a new folder and place the dl.py inside. You will also need a OPML file named subs.xml containing all your YouTube's subscriptions in the same folder. You can download it from https://www.youtube.com/subscription_manager?action_takeout=1 when you're logged in your YouTube account. The script will create a last.txt file inside the folder in order to remember when it was last run and not re-download the same videos again.

Requirements:

  • Python 3

Dependencies:

  • opml
  • feedparser
  • youtube-dl