projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd61a9e
)
[gdcvault] Remove dead code
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Feb 2015 15:51:09 +0000
(16:51 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Feb 2015 15:51:09 +0000
(16:51 +0100)
youtube_dl/extractor/gdcvault.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/gdcvault.py
b/youtube_dl/extractor/gdcvault.py
index 05f58f1afa5c06eefb98f6cc0d5bfc0ce1eb5a79..e5011a5dc4bf257de709cdf7ea5ea445654e01b0 100644
(file)
--- a/
youtube_dl/extractor/gdcvault.py
+++ b/
youtube_dl/extractor/gdcvault.py
@@
-66,7
+66,6
@@
class GDCVaultIE(InfoExtractor):
def _parse_flv(self, xml_description):
video_formats = []
- akami_url = xml_description.find('./metadata/akamaiHost').text
slide_video_path = xml_description.find('./metadata/slideVideo').text
video_formats.append({
'url': 'rtmp://%s/ondemand?ovpfv=1.1' % 'fms.digitallyspeaking.com/cfx/st',