Set the 'extractor_key' field in the info_dict
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 3 Nov 2013 11:14:44 +0000 (12:14 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 3 Nov 2013 11:14:44 +0000 (12:14 +0100)
commitbe97abc247d26bc36d1ef8cad5c17fc2a99d9101
treee08910ea76394e06104e77812d9df13190da2f02
parent9103bbc5cd11957de2e906e4401dcf4df9511d28
Set the 'extractor_key' field in the info_dict

It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor'
test/test_download.py
youtube_dl/YoutubeDL.py