Skip to content

Instantly share code, notes, and snippets.

@rpxio
Created April 23, 2019 22:41
Show Gist options
  • Save rpxio/9d6a591a26bd8dd99ebd091d8daf0e5a to your computer and use it in GitHub Desktop.
Save rpxio/9d6a591a26bd8dd99ebd091d8daf0e5a to your computer and use it in GitHub Desktop.
command to launch a twitch stream using streamlink and mpv
#!/bin/bash
streamlink -p mpv twitch.tv/$1 best
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment