mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-19 03:50:09 +09:00
[lynda] Remove superfluous space
This commit is contained in:
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…
Reference in New Issue
Block a user