1
0
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.
youtube-dl-subscriptions/README.md

15 lines
638 B
Markdown
Raw Normal View History

2015-05-11 21:22:27 -07:00
# youtube-dl-subscriptions
Downloads all new videos from your YouTube subscription feeds.
2018-02-07 08:44:40 -08:00
Requires Python 3 to run!
2015-05-11 21:22:27 -07:00
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.
2018-02-07 08:44:40 -08:00
Requirements:
* Python 3
2015-05-11 21:22:27 -07:00
Dependencies:
* opml
* feedparser
* youtube-dl