[YoutubeDL] Warn if an extractor returns compat_list

pull/8/head
Philipp Hagemeister 2014-11-20 16:29:31 +01:00
rodzic 5239075bb6
commit c9bf41145f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -679,6 +679,9 @@ class YoutubeDL(object):
ie_result['entries'] = playlist_results
return ie_result
elif result_type == 'compat_list':
self.report_warning(
'Extractor %s returned a compat_list result. '
'It needs to be updated.' % ie_result.get('extractor'))
def _fixup(r):
self.add_extra_info(r,
{