diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-21 15:07:33 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-21 15:07:33 +0200 |
commit | cbbd9a9c6984ed42f55b13fbb97a3d7f98f77aae (patch) | |
tree | f7c61d55a454190ae27d4a51db91b13e582c211a /youtube_dl/extractor/videodetective.py | |
parent | 685a9cd2f15d4e3b7d18df7ac639e7daf1a84483 (diff) |
Fix the duration field for the VideoDetective and InternetVideoArchive tests
Also remove the use of the old format system and the comment
Diffstat (limited to 'youtube_dl/extractor/videodetective.py')
-rw-r--r-- | youtube_dl/extractor/videodetective.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/videodetective.py b/youtube_dl/extractor/videodetective.py index d89f84094..265dd5b91 100644 --- a/youtube_dl/extractor/videodetective.py +++ b/youtube_dl/extractor/videodetective.py @@ -16,7 +16,7 @@ class VideoDetectiveIE(InfoExtractor): u'info_dict': { u'title': u'KICK-ASS 2', u'description': u'md5:65ba37ad619165afac7d432eaded6013', - u'duration': 138, + u'duration': 135, }, } |