+download-playlist script
Using youtube-dl, set some sane defaults for what I usually do when downloading an album or playlist.
This commit is contained in:
3
Scripts/.local/scripts/download-playlist
Executable file
3
Scripts/.local/scripts/download-playlist
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
youtube-dl -x --audio-format mp3 -o '%(artist)s - %(track)s.%(ext)s' $1
|
||||
Reference in New Issue
Block a user