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
Julien Chaumont b1de3b23f4 Requirements.txt (#11)
* added a gitignore file for the project

* added a requirements.txt file and improved the README
2019-11-06 20:38:48 -08:00
.gitignore Requirements.txt (#11) 2019-11-06 20:38:48 -08:00
dl.py Fix globbing and omit the last.txt file. 2018-10-08 12:42:28 +01:00
LICENSE Create LICENSE 2017-03-09 15:22:41 -05:00
README.md Requirements.txt (#11) 2019-11-06 20:38:48 -08:00
requirements.txt Requirements.txt (#11) 2019-11-06 20:38:48 -08:00

youtube-dl-subscriptions

Downloads all new videos from your YouTube subscription feeds.

Requirements

This script requires python3. Additional dependencies can be found in the requirements.txt file.

Usage

Clone the repository

git clone https://github.com/mewfree/youtube-dl-subscriptions

Install the requirements

pip install -r requirements.txt

Download your YouTube's subscriptions OPML file by visiting this URL. Save the file as subs.xml into the cloned repository folder.

You can then run the script

python3 dl.py

A last.txt file will be created in order to avoid downloading the same videos on the next run.