aboutsummaryrefslogtreecommitdiff
path: root/bash/youtube.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-06-04 11:11:06 -0300
committerEuAndreh <eu@euandre.org>2018-06-04 11:11:06 -0300
commit685ae0f664fb8c7ee8f82f4f9edf15d2026d815c (patch)
tree725c77af340260f58f94d174bc857a312086bbf3 /bash/youtube.sh
parentUpdate generated spacemacs stuff (diff)
parentAdd stup sbclrc (diff)
downloaddotfiles-685ae0f664fb8c7ee8f82f4f9edf15d2026d815c.tar.gz
dotfiles-685ae0f664fb8c7ee8f82f4f9edf15d2026d815c.tar.xz
Merge branch 'master' of gitlab.com:EuAndreh/dotfiles
Diffstat (limited to 'bash/youtube.sh')
-rw-r--r--bash/youtube.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/youtube.sh b/bash/youtube.sh
index b64300d..7555363 100644
--- a/bash/youtube.sh
+++ b/bash/youtube.sh
@@ -4,7 +4,7 @@ export DEFAULT_PLAYLIST_END=15
download() {
youtube-dl "$1" \
- --download-archive ~/annex/txt/youtube-dl-seen.conf \
+ --download-archive ~/Nextcloud/youtube-dl-seen.conf \
--prefer-free-formats \
--playlist-end $2 \
--output "~/Downloads/yt-dl/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"