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
Tony Grosinger 2f09979d40
Add dockerfile and fix dependencies
- One dependency was missing
- Dockerfile simplifies creating an environment where this script can run
2019-11-07 06:44:36 -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
Dockerfile Add dockerfile and fix dependencies 2019-11-07 06:44:36 -08: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 Add dockerfile and fix dependencies 2019-11-07 06:44:36 -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.