diff options
author | EuAndreh <eu@euandre.org> | 2019-02-08 01:05:36 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-02-08 01:05:36 -0200 |
commit | 38d858f8f559054902f6039af25959595b57ede7 (patch) | |
tree | 3c76a47ee517fd2d872310b0540b65d2c7c8d030 /bash | |
parent | Remove description from video download. (diff) | |
download | dotfiles-38d858f8f559054902f6039af25959595b57ede7.tar.gz dotfiles-38d858f8f559054902f6039af25959595b57ede7.tar.xz |
Readd write-description.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/youtube.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |