Skip to content

Commit

Permalink
[mpora] Improve _VALID_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Feb 26, 2015
1 parent 6317a3e commit 250a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/mpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class MporaIE(InfoExtractor):
_VALID_URL = r'https?://(www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
_VALID_URL = r'https?://(?:www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
IE_NAME = 'MPORA'

_TEST = {
Expand Down

0 comments on commit 250a9bd

Please sign in to comment.