Translate a YouTube playlist id to a collection of video links
This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-10-13 20:31:59 +02:00
ypl More robust config handling 2020-10-13 20:31:59 +02:00
.gitignore initial commit 2020-10-04 01:10:22 +02:00
LICENSE More error handling and less bandwidth usage 2020-10-07 15:31:52 +02:00
README.md More robust config handling 2020-10-13 20:31:59 +02:00
requirements.txt More error handling and less bandwidth usage 2020-10-07 15:31:52 +02:00
setup.py More robust config handling 2020-10-13 20:31:59 +02:00

ypl

Extract video URLs from YouTube's playlists using the Google API.


Prelude

A client_secret.json is expected at ${XDG_CONFIG_HOME}/ypl/ (Linux) or %APPDATA%/ypl/ (Windows). To generate one, please visit the YouTube Data API quickstart guide.

Install

python3 -m pip install --user git+https://github.com/zenofile/ypl.git