Skip to content

Instantly share code, notes, and snippets.

@datawookie
Last active November 11, 2017 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datawookie/2ba6045a1f1b4ef06e4213b9ab10f197 to your computer and use it in GitHub Desktop.
Save datawookie/2ba6045a1f1b4ef06e4213b9ab10f197 to your computer and use it in GitHub Desktop.
Download selected songs from Rockabye Baby! as MP3
#!/bin/bash
# Dowload lullabies from Rockabye Baby! for offline use.
#
# https://www.youtube.com/channel/UC7LesmfW8QPP7mDYYLwW4Aw
cat <<EOF | xargs youtube-dl --extract-audio --audio-format mp3 --
tl9eIKqplXg
-UUZRR8G8UI
aHq1MDvf4Wc
Crj6B2-7r6Q
rx46tEekNKc
yMQca_R1XDM
L5N6iLLGPyg
jojgr7L_G4Q
NVpLP-6Ka_4
2-ulsiCjnAc
cb0y5ZM2PkI
Je67UU2h2Xo
9cDOyiaQh7Q
1gfAkn8VX88
WNRmOTEwP_k
7nEGyjPGehQ
WFB7CecNXH4
oTjl-ct9eoA
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment