This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[brightcove:new] Add _extract_url
totalwebcasting
Sergey M․
9 years ago
parent
9796a9b20c
commit
7234d1d9c7
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
youtube_dl/extractor/brightcove.py
+ 5
- 0
youtube_dl/extractor/brightcove.py
View File
@ -389,6 +389,11 @@ class BrightcoveNewIE(InfoExtractor):
}
}
]
@staticmethod
def
_extract_url
(
webpage
)
:
urls
=
BrightcoveNewIE
.
_extract_urls
(
webpage
)
return
urls
[
0
]
if
urls
else
None
@staticmethod
def
_extract_urls
(
webpage
)
:
# Reference:
Write
Preview
Loading…
Cancel
Save