projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f9d84
)
[bbc] Remove duration
author
Sergey M․
<dstftw@gmail.com>
Sat, 10 Oct 2015 17:45:15 +0000
(23:45 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 10 Oct 2015 17:45:15 +0000
(23:45 +0600)
youtube_dl/extractor/bbc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bbc.py
b/youtube_dl/extractor/bbc.py
index a15e6711487154f8fa6d4a57d561469947d79e38..fad1f9ca798490cbffe0974176784597076bec58 100644
(file)
--- 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,
}