From 03cb9b06c019f331d63f96629d6572a1d9656b28 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 Jul 2018 17:44:33 -0300 Subject: Move youtube-dl-seen archive file location --- bash/youtube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3