[dispeak] Several fixes
[youtube-dl] / youtube_dl / extractor / gputechconf.py
index 359b348e4fd7df58780bc5c5e623ed443da40553..14daef7a8c127c4bb88cf9b336a112e7f9db6a1c 100644 (file)
@@ -31,5 +31,5 @@ class GPUTechConfIE(InfoExtractor):
             '_type': 'url_transparent',
             'id': video_id,
             'url': '%sxml/%s.xml' % (root_path, xml_file_id),
-            'ie': 'DigitalSpeaking',
+            'ie_key': 'DigitalSpeaking',
         }