mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[generic] Fix testcases
This commit is contained in:
		| @@ -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), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister