aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gputechconf.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-21 23:58:36 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-22 00:07:43 +0800
commit748e7300991ba9ea5b9ede7134110be135743b66 (patch)
tree0f61c92b88b695b20f0bef8536cd95f8b66e7773 /youtube_dl/extractor/gputechconf.py
parentb6c0d4f4315a282257adc6ab980b4cf4bfb3d418 (diff)
downloadyoutube-dl-748e7300991ba9ea5b9ede7134110be135743b66.tar.xz
[dispeak] Several fixes
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 359b348e4..14daef7a8 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': 'DigitalSpeaking',
+ 'ie_key': 'DigitalSpeaking',
}