Browse Source

[generic] indicate when a direct video has been extracted

Fixes #4052.
totalwebcasting
Alessandro Ghedini 10 years ago
parent
commit
ccdd0ffb80
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/generic.py

+ 1
- 0
youtube_dl/extractor/generic.py View File

@ -559,6 +559,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,


Loading…
Cancel
Save