Created
April 23, 2019 22:41
-
-
Save rpxio/9d6a591a26bd8dd99ebd091d8daf0e5a to your computer and use it in GitHub Desktop.
command to launch a twitch stream using streamlink and mpv
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
#!/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