mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[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 @@ def _fix_subtitles(self, subtitles):
|
|||
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