X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgputechconf.py;h=73dc62c494e4a69f5499841164dce0c90aaa3656;hb=HEAD;hp=359b348e4fd7df58780bc5c5e623ed443da40553;hpb=ec59d657e7d898cce8f3a1b6556a79fd9495fc9d;p=youtube-dl diff --git a/youtube_dl/extractor/gputechconf.py b/youtube_dl/extractor/gputechconf.py index 359b348e4..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': 'DigitalSpeaking', + 'ie_key': 'DigitallySpeaking', }