Skip to content

Instantly share code, notes, and snippets.

@soardex
Created December 8, 2016 14:38
Show Gist options
  • Save soardex/56e51c87e880dbf9bb7ef93d094b443b to your computer and use it in GitHub Desktop.
Save soardex/56e51c87e880dbf9bb7ef93d094b443b to your computer and use it in GitHub Desktop.
Stream Youtube To MPlayer
curl $(youtube-dl -g $1) | mplayer -cache 8192 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment