projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da1bb0
)
[brightcove] Improve brightcove experience regex (Closes #5421)
author
Sergey M․
<dstftw@gmail.com>
Tue, 14 Apr 2015 11:48:41 +0000
(17:48 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 14 Apr 2015 11:48:41 +0000
(17:48 +0600)
youtube_dl/extractor/brightcove.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/brightcove.py
b/youtube_dl/extractor/brightcove.py
index 0733bece7c45880ab5c20b916d5bd8c9700da548..b37857b2e543376c16349ad43f0fea0b358ad3af 100644
(file)
--- a/
youtube_dl/extractor/brightcove.py
+++ b/
youtube_dl/extractor/brightcove.py
@@
-183,7
+183,7
@@
class BrightcoveIE(InfoExtractor):
(?:
[^>]+?class=[\'"][^>]*?BrightcoveExperience.*?[\'"] |
[^>]*?>\s*<param\s+name="movie"\s+value="https?://[^/]*brightcove\.com/
- ).+?</object>''',
+ ).+?
>\s*
</object>''',
webpage)
return [cls._build_brighcove_url(m) for m in matches]