[postprocessor] Fix chapters if duration is not extracted (#6037)

Authored by: bashonly
This commit is contained in:
bashonly
2023-03-08 07:10:19 -06:00
committed by GitHub
parent 6f4fc5660f
commit 01ddec7e66
2 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class ModifyChaptersPP(FFmpegPostProcessor):
@PostProcessor._restrict_to(images=False)
def run(self, info):
self._fixup_chapters(info)
# Chapters must be preserved intact when downloading multiple formats of the same video.
chapters, sponsor_chapters = self._mark_chapters_to_remove(
copy.deepcopy(info.get('chapters')) or [],