aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-02-08 00:51:43 -0200
committerEuAndreh <eu@euandre.org>2019-02-08 00:51:43 -0200
commit45b50d7389be137a30ab8e211f57479a16875d4e (patch)
tree655d329a2b1cb94db67568faaf81d370a70594bf /bash
parentAdd URL to feed. (diff)
downloaddotfiles-45b50d7389be137a30ab8e211f57479a16875d4e.tar.gz
dotfiles-45b50d7389be137a30ab8e211f57479a16875d4e.tar.xz
Remove description from video download.
Diffstat (limited to 'bash')
-rw-r--r--bash/youtube.sh2
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