Toastie 3 years ago
parent
commit
d2664e510e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      yt-dl/README.md

+ 6 - 0
yt-dl/README.md

@@ -0,0 +1,6 @@
+`list.txt` with YouTube URLs
+
+
+```
+while read line; do docker run --rm -v /home/pi/dudelbox/mopidy/data/mopidy/music/yt-dl/:/mnt/dl --user 1000:100 yt-dl  --extract-audio --audio-format mp3 "$line"; done <list.txt
+```