Browse Source

[bbc] Remove duration

Sergey M․ 10 years ago
parent
commit
f6295bcb04
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/bbc.py

+ 0 - 1
youtube_dl/extractor/bbc.py

@@ -794,7 +794,6 @@ class BBCIE(BBCCoUkIE):
                 'title': title,
                 'description': description,
                 'timestamp': timestamp,
-                'duration': duration,
                 'formats': formats,
                 'subtitles': subtitles,
             }