diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-10 23:45:15 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-10 23:45:15 +0600 |
commit | f6295bcb04c0e518369c31a44b691ad276fcc22f (patch) | |
tree | 5a2c04ed1521f13476eaa3584c32630d19325aad | |
parent | 78f9d843186977c614c5a0f6004732f5d410cd0c (diff) |
[bbc] Remove duration
-rw-r--r-- | youtube_dl/extractor/bbc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index a15e67114..fad1f9ca7 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -794,7 +794,6 @@ class BBCIE(BBCCoUkIE): 'title': title, 'description': description, 'timestamp': timestamp, - 'duration': duration, 'formats': formats, 'subtitles': subtitles, } |