From 0949d7311cdbe12f0ae300172927668f5d448bf6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 16 Dec 2020 19:28:24 +0100 Subject: [PATCH] List features in readme. --- README.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index bc96c3a..1b5cce3 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,17 @@ :url-ytdl: https://github.com/ytdl-org/youtube-dl :url-ytdl-format: {url-ytdl}/#format-selection -Download YouTube-feeds like they are podcasts. Files will be put in `/channel/title.extension`. +Download YouTube-feeds like they are podcasts. Files will be put in +`/uploader/title.extension`. + +This should work for all sites `youtube-dl` supports, but I only tested YouTube. + +== Features + +* Downloads newest videos from a list of channels. +* Creates playlist with newest videos. +* Deletes old videos. +* Passes extra arguments to youtube-dl. == Install