Skip to content

Commit

Permalink
Merge pull request #684 from daslicious/dailymotion_games_support
Browse files Browse the repository at this point in the history
Add support for games.dailymotion.com
  • Loading branch information
chrippa committed Jan 15, 2015
2 parents 8d655c7 + b853c68 commit d383814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/dailymotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
_url_re = re.compile("""
http(s)?://(\w+\.)?
dailymotion.com
(/embed)?/video
(/embed)?/(video|live)
/(?P<media_id>[^_?/]+)
""", re.VERBOSE)

Expand Down

0 comments on commit d383814

Please sign in to comment.