Skip to content

Commit

Permalink
Merge branch 'pr/1089' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Jan 26, 2016
2 parents fc1416d + 970dace commit 9d59cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/periscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
STATUS_GONE = 410
STATUS_UNAVAILABLE = (STATUS_GONE,)

_url_re = re.compile(r"http(s)?://(www\.)?periscope.tv/w/(?P<token>[\w\-\=]+)")
_url_re = re.compile(r"http(s)?://(www\.)?periscope.tv/w/(?P<broadcast_id>[\w\-\=]+)")
_stream_schema = validate.Schema(
validate.any(
None,
Expand Down

0 comments on commit 9d59cb4

Please sign in to comment.