[lynda] Remove superfluous space

master
Philipp Hagemeister 11 years ago
parent ac260dd81e
commit 73a25b30ea

@ -79,7 +79,7 @@ class LyndaIE(SubtitlesInfoExtractor):
m_current = re.match(self._TIMECODE_REGEX, seq_current['Timecode'])
if m_current is None:
continue
seq_next = subs[pos+1]
seq_next = subs[pos + 1]
m_next = re.match(self._TIMECODE_REGEX, seq_next['Timecode'])
if m_next is None:
continue

Loading…
Cancel
Save