about summary refs log tree commit diff stats
path: root/config/youtube-dl
diff options
context:
space:
mode:
Diffstat (limited to 'config/youtube-dl')
-rw-r--r--config/youtube-dl/config2
-rw-r--r--config/youtube-dl/config-music2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/youtube-dl/config b/config/youtube-dl/config
index 0b55e08..b9ec27f 100644
--- a/config/youtube-dl/config
+++ b/config/youtube-dl/config
@@ -2,7 +2,7 @@
 # always use axel
 --external-downloader axel
 # coherent output format
---output ~/vid/%(uploader)s/%(title)s.%(ext)s
+--output ~/share/xdg/vid/%(uploader)s/%(title)s.%(ext)s
 # always merge into mkv
 --merge-output-format mkv
 # embed subtitles if they are to be written
diff --git a/config/youtube-dl/config-music b/config/youtube-dl/config-music
index 5860766..1396246 100644
--- a/config/youtube-dl/config-music
+++ b/config/youtube-dl/config-music
@@ -3,4 +3,4 @@
 # always use axel
 #--external-downloader axel
 # coherent output format
---output ~/mus/%(uploader)s/%(album)s/S%(track_number)02d-%(track)s.%(ext)s
+--output ~/share/xdg/mus/%(uploader)s/%(album)s/S%(track_number)02d-%(track)s.%(ext)s