diff options
author | Ben Sima <ben@bsima.me> | 2021-12-21 12:00:50 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-21 12:00:50 -0500 |
commit | 06407aba3fc1cc562c58cf4f681af3d0db80402e (patch) | |
tree | e61df3abf11fc5ebd6fa703c1baa42809a681c77 /getsong | |
parent | 9982ab07463ceaf6e885c60bac1dd36296bc699a (diff) |
update getsong
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 + $@ |