Skip to content

Instantly share code, notes, and snippets.

@chrippa
Created April 27, 2014 19:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrippa/11353159 to your computer and use it in GitHub Desktop.
Save chrippa/11353159 to your computer and use it in GitHub Desktop.
#!/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
@StojanovicMilos
Copy link

Hi, you recommended me to use this for multitwitch here: chrippa/livestreamer#973 (comment)

can you please teach me how to use this? 😮

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment