[lynda] Remove superfluous space
This commit is contained in:
parent
ac260dd81e
commit
73a25b30ea
1 changed files with 6 additions and 6 deletions
|
@ -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…
Reference in a new issue