Created
December 8, 2016 14:38
-
-
Save soardex/56e51c87e880dbf9bb7ef93d094b443b to your computer and use it in GitHub Desktop.
Stream Youtube To MPlayer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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