aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/brightcove.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-03-31 10:48:22 +0100
committerremitamine <remitamine@gmail.com>2016-03-31 10:48:22 +0100
commitfea7295b1400f27218422cb37f70e7c4e2c66c29 (patch)
tree0ef27ab886c1992a11a8854164a3153ca109eacc /youtube_dl/extractor/brightcove.py
parent9cf01f7f30b698aee6d22052d8898b14a59d94bb (diff)
downloadyoutube-dl-fea7295b1400f27218422cb37f70e7c4e2c66c29.zip
youtube-dl-fea7295b1400f27218422cb37f70e7c4e2c66c29.tar.gz
youtube-dl-fea7295b1400f27218422cb37f70e7c4e2c66c29.tar.bz2
[brightcove] relax embed_in_page regex
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
-rw-r--r--youtube_dl/extractor/brightcove.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py
index c9e43a2..0d162d3 100644
--- a/youtube_dl/extractor/brightcove.py
+++ b/youtube_dl/extractor/brightcove.py
@@ -439,7 +439,7 @@ class BrightcoveNewIE(InfoExtractor):
</video>.*?
<script[^>]+
src=["\'](?:https?:)?//players\.brightcove\.net/
- (\d+)/([\da-f-]+)_([^/]+)/index(?:\.min)?\.js
+ (\d+)/([^/]+)_([^/]+)/index(?:\.min)?\.js
''', webpage):
entries.append(
'http://players.brightcove.net/%s/%s_%s/index.html?videoId=%s'