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