summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-21 12:00:50 -0500
committerBen Sima <ben@bsima.me>2021-12-21 12:00:50 -0500
commit06407aba3fc1cc562c58cf4f681af3d0db80402e (patch)
treee61df3abf11fc5ebd6fa703c1baa42809a681c77
parent9982ab07463ceaf6e885c60bac1dd36296bc699a (diff)
update getsong
-rwxr-xr-xgetsong6
1 files changed, 4 insertions, 2 deletions
diff --git a/getsong b/getsong
index a7f5a86..e1a485c 100755
--- a/getsong
+++ b/getsong
@@ -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
+ $@