Skip to content

Instantly share code, notes, and snippets.

@vgaicuks
Last active June 9, 2018 19:30
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 vgaicuks/2059303 to your computer and use it in GitHub Desktop.
Save vgaicuks/2059303 to your computer and use it in GitHub Desktop.
youtube-dl
#! /bin/bash
# args: youtube playlist url
#youtube-dl --extract-audio --audio-format mp3 --yes-playlist "$1"
youtube-dl -x --audio-format mp3 -o "%(title)s.%(ext)s" --yes-playlist "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment