diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-12-06 20:14:29 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-12-06 20:14:29 +0100 | 
| commit | 0b6a9f639f6447c7e09c38b88b42964e8fa05349 (patch) | |
| tree | 8f92f9890d25af1050a3fee9b9e655ce485360da | |
| parent | 715c8e7bdb219f30f83c7d76cbbbc77195366cb7 (diff) | |
[vevo] Update test video's duration
| -rw-r--r-- | youtube_dl/extractor/vevo.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index 3eedcf7dd..4823992ef 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -24,7 +24,7 @@ class VevoIE(InfoExtractor):              u"upload_date": u"20130624",              u"uploader": u"Hurts",              u"title": u"Somebody to Die For", -            u"duration": 230, +            u"duration": 230.12,              u"width": 1920,              u"height": 1080,          }  | 
