aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/postprocessor/modify_chapters.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/postprocessor/modify_chapters.py')
-rw-r--r--hypervideo_dl/postprocessor/modify_chapters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_dl/postprocessor/modify_chapters.py b/hypervideo_dl/postprocessor/modify_chapters.py
index a745b45..f521986 100644
--- a/hypervideo_dl/postprocessor/modify_chapters.py
+++ b/hypervideo_dl/postprocessor/modify_chapters.py
@@ -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 [],