Created
April 27, 2014 19:08
-
-
Save chrippa/11353159 to your computer and use it in GitHub Desktop.
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/sh | |
URL=$1 | |
CHANNELS=$(echo $URL | sed -e 's/http:\/\/multitwitch.tv\///g') | |
IFS="/" | |
for CHANNEL in $CHANNELS; do | |
livestreamer twitch.tv/$CHANNEL best & | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you recommended me to use this for multitwitch here: chrippa/livestreamer#973 (comment)
can you please teach me how to use this? 😮
Thanks :)