From 0c0e60712a1f8bfd86c124d0e95957898b66eb41 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 3 Sep 2023 17:31:18 -0700 Subject: [PATCH] Add link to q.py in the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ef6f5f..c8b0399 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ YCDL does not perform the downloading of videos itself. [youtube-dl](https://git The reason for this is that youtube-dl is extremely configurable. Every user might prefer a completely different set of arguments and formatting. Rather than attempting to provide an interface for that in YCDL, my goal is to get you the video IDs so you can pass them into your favorite youtube-dl configuration. +I wrote a program called [q.py](https://github.com/voussoir/cmd/blob/master/q.py) to watch my ytqueue folder and call youtube-dl with each of the video IDs in an endless loop. + ## Features - Web interface with video embeds