[generic] Fix testcases
This commit is contained in:
parent
6043f1df4e
commit
a8eb5a8e61
2 changed files with 10 additions and 10 deletions
|
@ -149,7 +149,7 @@ class TEDIE(SubtitlesInfoExtractor):
|
|||
thumbnail = 'http://' + thumbnail
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': talk_info['title'],
|
||||
'title': talk_info['title'].strip(),
|
||||
'uploader': talk_info['speaker'],
|
||||
'thumbnail': thumbnail,
|
||||
'description': self._og_search_description(webpage),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue