mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 23:05:12 +01:00
parent
264044286d
commit
4e6a693057
42 changed files with 84 additions and 190 deletions
|
|
@ -115,7 +115,7 @@ class TestModifyChaptersPP(unittest.TestCase):
|
|||
self.assertEqual(len(ends), len(titles))
|
||||
start = 0
|
||||
chapters = []
|
||||
for e, t in zip(ends, titles):
|
||||
for e, t in zip(ends, titles, strict=True):
|
||||
chapters.append(self._chapter(start, e, t))
|
||||
start = e
|
||||
return chapters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue