Skip to content

Commit

Permalink
[vesti] Fix _VALID_URL regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Mar 10, 2014
1 parent a33932c commit c4d197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/vesti.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class VestiIE(InfoExtractor):
IE_NAME = 'vesti'
IE_DESC = 'Вести.Ru'
_VALID_URL = r'http://(?:(?:.+?\.)?vesti\.ru|(?:2\.)?russia\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'
_VALID_URL = r'http://(?:.+?\.)?(?:vesti\.ru|russia\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'

_TESTS = [
{
Expand Down

0 comments on commit c4d197e

Please sign in to comment.