diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-01-14 09:54:31 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-01-14 09:54:31 +0100 |
commit | d64d4a6a3924e144fe49b3d956320b37786a738a (patch) | |
tree | 4150edec412902cc11c73e7d619e40003de3b19e /.bin/music | |
parent | a380254393b2a1e08e4dd02e96e5c206a457ec59 (diff) | |
download | dots-d64d4a6a3924e144fe49b3d956320b37786a738a.tar.gz |
Fri Jan 14 09:54:31 AM CET 2022
Diffstat (limited to '.bin/music')
-rwxr-xr-x | .bin/music | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ main() { mkdir "${dir}" log "${dir} ${url}: download" - youtube-dl --rm-cache-dir >/dev/null - youtube-dl \ + yt-dlp --rm-cache-dir >/dev/null + yt-dlp \ --extract-audio \ --audio-format mp3 \ --prefer-ffmpeg \ |