summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ $@