typofix
[youtube-dl] / youtube_dl / extractor / bbccouk.py
index de4d7f9c0074823e2e0c8e7a7d9034c5e2eb66cf..f9404f3fa82554d81f7059835279b0330ad0d3f6 100644 (file)
@@ -461,7 +461,7 @@ class BBCNewsIE(BBCCoUkIE):
             xml_url = jent.get('href')
 
             title = jent['caption']
-            duration = parse_duration(jent.get('duration')
+            duration = parse_duration(jent.get('duration'))
             description = list_title + ' - ' + jent.get('caption','')
             thumbnail = None
             if jent.has_key('image'):