Browse Source

[gdcvault] Remove dead code

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
5bca2424bc
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/gdcvault.py

+ 0
- 1
youtube_dl/extractor/gdcvault.py View File

@ -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',


Loading…
Cancel
Save