1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00: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 @@ class BBCIE(BBCCoUkIE):
'title': title,
'description': description,
'timestamp': timestamp,
'duration': duration,
'formats': formats,
'subtitles': subtitles,
}