Skip to content

Instantly share code, notes, and snippets.

@andyeff
Last active August 29, 2015 14:01
Show Gist options
  • Save andyeff/2537029932ec445e1e7f to your computer and use it in GitHub Desktop.
Save andyeff/2537029932ec445e1e7f to your computer and use it in GitHub Desktop.
Livestreamer - Windows batch
@echo off
set stream=%1
set quality=%2
if [%stream%]==[] goto :eof
if [%quality%]==[] set quality=source
livestreamer twitch.tv/%stream% %quality%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment