diff options
author | EuAndreh <eu@euandre.org> | 2019-02-08 00:51:43 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-02-08 00:51:43 -0200 |
commit | 45b50d7389be137a30ab8e211f57479a16875d4e (patch) | |
tree | 655d329a2b1cb94db67568faaf81d370a70594bf | |
parent | Add URL to feed. (diff) | |
download | dotfiles-45b50d7389be137a30ab8e211f57479a16875d4e.tar.gz dotfiles-45b50d7389be137a30ab8e211f57479a16875d4e.tar.xz |
Remove description from video download.
-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 14d0371..b5bec8c 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 |