mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-20 08:05:40 +07:00
This reverts commit b827ee921f.
This commit is contained in:
@@ -267,7 +267,7 @@ def test_youtube_chapters(self):
|
||||
for description, duration, expected_chapters in self._TEST_CASES:
|
||||
ie = YoutubeIE()
|
||||
expect_value(
|
||||
self, ie._extract_chapters_from_description(description, duration),
|
||||
self, ie._extract_chapters(description, duration),
|
||||
expected_chapters, None)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user