X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fted.py;h=d5e28efada55a91a480ce031df0bc2774de2ccc6;hb=59c03a9bfb59699ea76801f5b964a18b0cc5ee3d;hp=1cca47771290beaa2d4090126e181afe4059f460;hpb=2eebf060af9fe284cbcb839886b27030553fb48d;p=youtube-dl.git diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py index 1cca47771..d5e28efad 100644 --- a/youtube_dl/extractor/ted.py +++ b/youtube_dl/extractor/ted.py @@ -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),