mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[lynda] Fixed subtitles broken file
This commit is contained in:
		| @@ -152,7 +152,7 @@ class LyndaIE(InfoExtractor): | ||||
|                 continue | ||||
|             appear_time = m_current.group('timecode') | ||||
|             disappear_time = m_next.group('timecode') | ||||
|             text = seq_current['Caption'] | ||||
|             text = seq_current['Caption'].strip() | ||||
|             srt += '%s\r\n%s --> %s\r\n%s' % (str(pos), appear_time, disappear_time, text) | ||||
|         if srt: | ||||
|             return srt | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey
					Sergey