diff options
Diffstat (limited to 'getsong')
-rwxr-xr-x | getsong | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ #!/usr/bin/env bash - +# +# download a song from youtube with highest quality possible, then import to +# beets youtube-dl \ -x \ --audio-format mp3 \ --audio-quality 0 \ --exec 'beet import' \ - $@
\ No newline at end of file + $@ |