Merge pull request #4076 from ghedo/direct_type

[generic] indicate when a direct video has been extracted
master
Jaime Marquínez Ferrándiz 10 years ago
commit 9908e03528

@ -576,6 +576,7 @@ class GenericIE(InfoExtractor):
return { return {
'id': video_id, 'id': video_id,
'title': os.path.splitext(url_basename(url))[0], 'title': os.path.splitext(url_basename(url))[0],
'direct': True,
'formats': [{ 'formats': [{
'format_id': m.group('format_id'), 'format_id': m.group('format_id'),
'url': url, 'url': url,

Loading…
Cancel
Save