Skip to content

Commit

Permalink
Fix couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Sep 5, 2014
1 parent c24d69f commit 4ac3c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Version 1.10.2 (Under development)
----------------------------------

Plugins:
- Added plugin for Arte.tv (arte). (#457)
- Added plugin for Arte.tv (artetv). (#457)
- Added plugin for RTVE.es (rtve), patch by @jaimeMF. (#509)
- Added plugin for Seemeplay.ru (seemeplay). (#510)
- euronews: Updated for service changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aftonbladet aftonbladet.se Yes Yes
alieztv aliez.tv Yes Yes
ard_live live.daserste.de Yes -- Streams may be geo-restricted to Germany.
ard_mediathek ardmediathek.de Yes Yes Streams may be geo-restricted to Germany.
arte arte.tv Yes Yes
artetv arte.tv Yes Yes
azubutv azubu.tv Yes No
beattv be-at.tv Yes Yes Playlist not implemented yet.
bambuser bambuser.com Yes Yes
Expand Down
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/chaturbate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from livestreamer.plugin.api import http, validate
from livestreamer.stream import HLSStream

_url_re = re.compile("http://chaturbate.com/[^/?&]+")
_url_re = re.compile("http(s)?://chaturbate.com/[^/?&]+")
_playlist_url_re = re.compile("html \+= \"src='(?P<url>[^']+)'\";")
_schema = validate.Schema(
validate.transform(_playlist_url_re.search),
Expand Down

0 comments on commit 4ac3c1e

Please sign in to comment.