From fc25d0a1f60ab487ba3a535cb2aa3d383d1a2fbc Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 16 Dec 2020 16:57:44 +0100 Subject: [PATCH] Enhance documentation for keep_for_days. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c910508..3e16528 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ ytdl_format="bestvideo[height<=1080]+bestaudio/best[height<=1080]" |=============================================================================== | *download_dir* | The directory to which the videos will be downloaded. -| *keep_for_days* | Delete videos after this many days. +| *keep_for_days* | Download only videos newer than this many days and delete older videos. | *ytdl_format* | Same syntax as link:{url-ytdl-format}[youtube-dl --format]. Default is "best". |===============================================================================