No.20
As promised, here is how you can watch videos from YouTube or Twitch, by combining youtube-dl + mpv.
You should read the previous post on how to use youtube-dl.
YouTube:
$ youtube-dl -f 22 -o - 'https://www.youtube.com/watch?v=fauJ0JQJNM0' | mpv - (if you want to choose the quality)
$ youtube-dl -o - 'https://www.youtube.com/watch?v=fauJ0JQJNM0' | mpv - (if you want to use the best quality detected by youtube-dl)
Those commands will pass the output through mpv instead of saving the file.
More information here: https://www.reddit.com/r/linux/comments/3un9pj/streaming_twitch_through_youtubedl/
Easy, fast and no browser exploits to deal with.
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
Post last edited at