From 38d858f8f559054902f6039af25959595b57ede7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 8 Feb 2019 01:05:36 -0200 Subject: Readd write-description. --- bash/youtube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/youtube.sh b/bash/youtube.sh index b5bec8c..14d0371 100644 --- a/bash/youtube.sh +++ b/bash/youtube.sh @@ -15,8 +15,8 @@ download() { --download-archive ~/ownCloud/cache/youtube-dl-seen.conf \ --prefer-free-formats \ --playlist-end "$2" \ + --write-description \ --output "$YT_TEMPLATE" - # --write-description \ } export -f download -- cgit v1.2.3