X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgputechconf.py;h=73dc62c494e4a69f5499841164dce0c90aaa3656;hb=540b9f5164d50eb99d9c988ece6eb6775ccaf94a;hp=14daef7a8c127c4bb88cf9b336a112e7f9db6a1c;hpb=748e7300991ba9ea5b9ede7134110be135743b66;p=youtube-dl 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', }