aboutsummaryrefslogtreecommitdiff
path: root/bash/youtube.sh
diff options
context:
space:
mode:
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 19c9af0..14d0371 100644
--- a/bash/youtube.sh
+++ b/bash/youtube.sh
@@ -12,7 +12,7 @@ export -f yt_dl
download() {
youtube-dl "$1" \
- --download-archive ~/Nextcloud/cache/youtube-dl-seen.conf \
+ --download-archive ~/ownCloud/cache/youtube-dl-seen.conf \
--prefer-free-formats \
--playlist-end "$2" \
--write-description \