1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-23 16:20:35 +08:00
This commit is contained in:
fnord
2015-06-20 08:28:14 -05:00
Unverified
parent 75ab0ebcf5
commit 77c975f536
+1 -1
View 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'):