aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gputechconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/gputechconf.py')
-rw-r--r--youtube_dl/extractor/gputechconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gputechconf.py b/youtube_dl/extractor/gputechconf.py
index 14daef7a8..73dc62c49 100644
--- a/youtube_dl/extractor/gputechconf.py
+++ b/youtube_dl/extractor/gputechconf.py
@@ -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',
}