[lynda] Fixed subtitles broken file

This commit is contained in:
Sergey 2015-02-27 00:51:22 +02:00
parent e3216b82bf
commit 0eba1e1782
1 changed files with 1 additions and 1 deletions

View File

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