[generic] Fix testcases

This commit is contained in:
Philipp Hagemeister 2014-09-29 05:12:57 +02:00
parent 6043f1df4e
commit a8eb5a8e61
2 changed files with 10 additions and 10 deletions

View file

@ -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),