aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/modify_chapters.py
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor] Fix chapters if duration is not extracted (#6037)bashonly2023-03-081-0/+1
* [ModifyChapters] Handle the entire video being marked for removalpukkandan2022-10-181-0/+3
* [SponsorBlock] Support `chapter` category (#5260)Ajay Ramachandran2022-10-181-7/+6
* [ModifyChapters] Modify duration in infodictpukkandan2022-07-111-2/+3
* [ModifyChapters] Fix repeated removal of small segmentspukkandan2022-05-231-2/+2
* [EmbedThumbnail] Do not obey `-k`pukkandan2022-05-011-1/+1
* [cleanup] Sort importspukkandan2022-04-121-10/+2
* [Sponsorblock] minor fixes (#2793)Nil Admirari2022-02-171-0/+2
* [cleanup, docs] Minor fixespukkandan2022-01-121-1/+2
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-091-2/+2
* [EmbedSubtitles] Slightly relax duration checkpukkandan2021-11-271-2/+1
* [ModifyChapters] Do not mutate original chapters (#1322)Nil Admirari2021-10-191-4/+6
* [ModifyChapters] Allow removing sections by timestamppukkandan2021-10-181-2/+11
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-2/+1
* [SponsorBlock] Improve merge algorithm (#999)Nil Admirari2021-09-191-36/+39
* [ModifyChapters] fixes (See desc)pukkandan2021-09-041-13/+5
* Native SponsorBlock implementation and related improvements (#360)Nil Admirari2021-09-021-0/+333