fnord 10 years ago
parent
commit
77c975f536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/bbccouk.py

+ 1 - 1
youtube_dl/extractor/bbccouk.py

@@ -461,7 +461,7 @@ class BBCNewsIE(BBCCoUkIE):
             xml_url = jent.get('href')
             xml_url = jent.get('href')
 
 
             title = jent['caption']
             title = jent['caption']
-            duration = parse_duration(jent.get('duration')
+            duration = parse_duration(jent.get('duration'))
             description = list_title + ' - ' + jent.get('caption','')
             description = list_title + ' - ' + jent.get('caption','')
             thumbnail = None
             thumbnail = None
             if jent.has_key('image'):
             if jent.has_key('image'):