aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-30 17:44:33 -0300
committerEuAndreh <eu@euandre.org>2018-07-30 17:44:33 -0300
commit03cb9b06c019f331d63f96629d6572a1d9656b28 (patch)
tree44673e19223de1835555d6d7e5c5842f172e840c
parentAdd filter for NixOS emails (diff)
downloaddotfiles-03cb9b06c019f331d63f96629d6572a1d9656b28.tar.gz
dotfiles-03cb9b06c019f331d63f96629d6572a1d9656b28.tar.xz
Move youtube-dl-seen archive file location
-rw-r--r--bash/youtube.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/youtube.sh b/bash/youtube.sh
index 7077739..c732e26 100644
--- a/bash/youtube.sh
+++ b/bash/youtube.sh
@@ -6,7 +6,7 @@ export DEFAULT_INC_STEP=10
download() {
youtube-dl "$1" \
- --download-archive ~/Nextcloud/txt/youtube-dl-seen.conf \
+ --download-archive ~/Nextcloud/cache/youtube-dl-seen.conf \
--prefer-free-formats \
--playlist-end $2 \
--output "~/Downloads/yt-dl/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"