Skip to content

Commit

Permalink
Merge pull request #721 from chhe/gl-beta-fix
Browse files Browse the repository at this point in the history
plugins.gaminglive: fix for changed URLs after beta launch
  • Loading branch information
chrippa committed Feb 1, 2015
2 parents 5c268a0 + 84a6620 commit e9e431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/gaminglive.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

_url_re = re.compile("""
http(s)?://www\.gaminglive\.tv
/\#/channels/(?P<channel>[^/]+)
/channels/(?P<channel>[^/]+)
""", re.VERBOSE)
_quality_re = re.compile("[^/]+-(?P<quality>[^/]+)")

Expand Down

0 comments on commit e9e431f

Please sign in to comment.