|
|
@ -1277,10 +1277,8 @@ class GenericIE(InfoExtractor):
|
|
|
|
'url': url,
|
|
|
|
'url': url,
|
|
|
|
'vcodec': 'none' if m.group('type') == 'audio' else None
|
|
|
|
'vcodec': 'none' if m.group('type') == 'audio' else None
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
info_dict.update({
|
|
|
|
info_dict['direct'] = True
|
|
|
|
'direct': True,
|
|
|
|
info_dict['formats'] = formats
|
|
|
|
'formats': formats,
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
return info_dict
|
|
|
|
return info_dict
|
|
|
|
|
|
|
|
|
|
|
|
if not self._downloader.params.get('test', False) and not is_intentional:
|
|
|
|
if not self._downloader.params.get('test', False) and not is_intentional:
|
|
|
|