[youtube] Fix extraction.
[youtube-dl] / youtube_dl / extractor / gputechconf.py
index 14daef7a8c127c4bb88cf9b336a112e7f9db6a1c..73dc62c494e4a69f5499841164dce0c90aaa3656 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_key': 'DigitalSpeaking',
+            'ie_key': 'DigitallySpeaking',
         }