Skip to content

Instantly share code, notes, and snippets.

@aaronsaderholm
Last active July 19, 2017 05:47
Show Gist options
  • Save aaronsaderholm/c2438c1f525643041c5772f55bddb089 to your computer and use it in GitHub Desktop.
Save aaronsaderholm/c2438c1f525643041c5772f55bddb089 to your computer and use it in GitHub Desktop.
make radiohead
# change the file name and --audio-format mp3 for mp3.
radiohead:
test -d venv || virtualenv venv
venv/bin/pip install youtube-dl
mkdir -p music
venv/bin/youtube-dl --output music/exit_music_for_a_film.ogg \
--extract-audio --audio-format vorbis \
https://youtu.be/8051Hipbmmw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment