Skip to content

Instantly share code, notes, and snippets.

@shannietron
Last active November 12, 2018 19:45
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 shannietron/e0cc17a75b750795a285a8257d83689c to your computer and use it in GitHub Desktop.
Save shannietron/e0cc17a75b750795a285a8257d83689c to your computer and use it in GitHub Desktop.
Youtube downloader
function ytplay
youtube-dl -f bestaudio $argv[1] -o - | mplayer -
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment