Skip to content

Commit

Permalink
Merge pull request #1174 from javiercantero/twitch-spectre
Browse files Browse the repository at this point in the history
Add new parameter to Twitch usher URL
  • Loading branch information
chrippa committed Jan 26, 2016
2 parents e7f928c + c0209f3 commit 1748584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/livestreamer/plugins/twitch.py
Expand Up @@ -133,6 +133,7 @@ def _create_url(self, endpoint, **extra_params):
"type": "any",
"allow_source": "true",
"allow_audio_only": "true",
"allow_spectre": "false",
}
params.update(extra_params)

Expand Down

0 comments on commit 1748584

Please sign in to comment.