[dispeak] Several fixes

This commit is contained in:
Yen Chi Hsuan 2016-04-21 23:58:36 +08:00
parent b6c0d4f431
commit 748e730099
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 4 additions and 4 deletions

View file

@ -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',
}