diff options
Diffstat (limited to 'youtube_dl/extractor/gputechconf.py')
-rw-r--r-- | youtube_dl/extractor/gputechconf.py | 2 |
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', } |