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
#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195