diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-06 03:30:18 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-06 03:30:18 +0100 |
commit | 7c62b568a2f26b3f642e94a3f31ecf7acc751322 (patch) | |
tree | 792b31cefa499fb32fdb9536736c78f6f4e5fdc7 | |
parent | ccf9114e84ded8dd90b01c6c2d4d3ff3b111d7cd (diff) | |
parent | d8061908bb9e5ba708dbee6a05832b865ecea5eb (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
-rw-r--r-- | youtube_dl/extractor/ina.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ina.py b/youtube_dl/extractor/ina.py index e9f5f3cf9..0847074ee 100644 --- a/youtube_dl/extractor/ina.py +++ b/youtube_dl/extractor/ina.py @@ -7,7 +7,7 @@ from .common import InfoExtractor class InaIE(InfoExtractor): - _VALID_URL = r'http://(?:www\.)?ina\.fr/video/(?P<id>I?[A-F0-9]+)/.*' + _VALID_URL = r'http://(?:www\.)?ina\.fr/video/(?P<id>I?[A-Z0-9]+)' _TEST = { 'url': 'http://www.ina.fr/video/I12055569/francois-hollande-je-crois-que-c-est-clair-video.html', 'md5': 'a667021bf2b41f8dc6049479d9bb38a3', |