Merge pull request #4076 from ghedo/direct_type

[generic] indicate when a direct video has been extracted
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-11-06 22:23:14 +01:00
commit 9908e03528
1 changed files with 1 additions and 0 deletions

View File

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