[dispeak] Several fixes
[youtube-dl] / youtube_dl / extractor / gdcvault.py
index 5d45faf859dcbf14cf361ab36758dc9eee851063..373053a66f4012e1c33c87a0446c3a3eecc6e3f5 100644 (file)
@@ -157,5 +157,5 @@ class GDCVaultIE(InfoExtractor):
             'id': video_id,
             'display_id': display_id,
             'url': '%s/xml/%s' % (xml_root, xml_name),
-            'ie': 'DigitalSpeaking',
+            'ie_key': 'DigitalSpeaking',
         }