diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-09-30 20:00:21 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-09-30 20:00:21 +0700 | 
| commit | e497a7f2ca46d485c2839969abc598faa16c49dc (patch) | |
| tree | f03ade23a5f001715a36f4836c3237353f579315 | |
| parent | a3b6be104d4da99b38942a9569a953cd2dc5a6fa (diff) | |
[tvigle] Extract format file sizes
| -rw-r--r-- | youtube_dl/extractor/tvigle.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/tvigle.py b/youtube_dl/extractor/tvigle.py index e81ade707..27962b5fe 100644 --- a/youtube_dl/extractor/tvigle.py +++ b/youtube_dl/extractor/tvigle.py @@ -71,6 +71,7 @@ class TvigleIE(InfoExtractor):                      'format_id': '%s-%s' % (vcodec, quality),                      'vcodec': vcodec,                      'height': int(quality[:-1]), +                    'filesize': item['video_files_size'][vcodec][quality],                  })          self._sort_formats(formats) | 
