Skip to content

Instantly share code, notes, and snippets.

@hakanersu
Last active May 12, 2018 20:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakanersu/b773a2cb70b48d96e3cc0ce3be89d247 to your computer and use it in GitHub Desktop.
Save hakanersu/b773a2cb70b48d96e3cc0ce3be89d247 to your computer and use it in GitHub Desktop.
function ydl()
{
youtube-dl --extract-audio --audio-format mp3 "$@" --ignore-errors
}
# youtube-dl: https://rg3.github.io/youtube-dl/
# ornek: ydl "https://www.youtube.com/playlist?list=PL55713C70BA91BD6E"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment