diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-21 23:58:36 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-22 00:07:43 +0800 |
commit | 748e7300991ba9ea5b9ede7134110be135743b66 (patch) | |
tree | 0f61c92b88b695b20f0bef8536cd95f8b66e7773 /youtube_dl/extractor/gputechconf.py | |
parent | b6c0d4f4315a282257adc6ab980b4cf4bfb3d418 (diff) |
[dispeak] Several fixes
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', } |