projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e78514
)
[smotri] Fix duration field name
author
dst
<dstftw@gmail.com>
Wed, 18 Dec 2013 22:56:48 +0000
(
05:56
+0700)
committer
dst
<dstftw@gmail.com>
Wed, 18 Dec 2013 22:56:48 +0000
(
05:56
+0700)
youtube_dl/extractor/smotri.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/smotri.py
b/youtube_dl/extractor/smotri.py
index 4ea89bf85e7c27cd159af8b6a927a92476b70b0d..a589a893bea8b6c1f32f59d3c7d2b1edf24af740 100644
(file)
--- a/
youtube_dl/extractor/smotri.py
+++ b/
youtube_dl/extractor/smotri.py
@@
-202,7
+202,7
@@
class SmotriIE(InfoExtractor):
'uploader': video_uploader,
'upload_date': video_upload_date,
'uploader_id': video_uploader_id,
- '
video_
duration': video_duration,
+ 'duration': video_duration,
'view_count': video_view_count,
'age_limit': 18 if adult_content else 0,
'video_page_url': video_page_url