1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-02 17:22:31 +01:00

[bbc] Remove duration

This commit is contained in:
Sergey M․ 2015-10-10 23:45:15 +06:00
parent 78f9d84318
commit f6295bcb04

View File

@ -794,7 +794,6 @@ def _real_extract(self, url):
'title': title,
'description': description,
'timestamp': timestamp,
'duration': duration,
'formats': formats,
'subtitles': subtitles,
}