projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b995f7
)
[brightcove] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Wed, 19 Apr 2017 14:47:03 +0000
(21:47 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 19 Apr 2017 14:47:03 +0000
(21:47 +0700)
youtube_dl/extractor/brightcove.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/brightcove.py
b/youtube_dl/extractor/brightcove.py
index a2db705b0959ec2a9b6a74a7c5cfb1610b1ddd25..183ac7dd00e3563dde30df01493a3f533ec68ee6 100644
(file)
--- a/
youtube_dl/extractor/brightcove.py
+++ b/
youtube_dl/extractor/brightcove.py
@@
-277,7
+277,7
@@
class BrightcoveLegacyIE(InfoExtractor):
return list(filter(None, [
cls._build_brighcove_url_from_js(custom_bc)
for custom_bc in matches]))
- return [
url for _, url
in re.findall(
+ return [
src for _, src
in re.findall(
r'<iframe[^>]+src=([\'"])((?:https?:)?//link\.brightcove\.com/services/player/(?!\1).+)\1', webpage)]
def _real_extract(self, url):