mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-02 17:00:28 +01:00
typofix
This commit is contained in:
parent
75ab0ebcf5
commit
77c975f536
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user