]> jfr.im git - yt-dlp.git/commit - README.md
[ModifyChapters] Allow removing sections by timestamp
authorpukkandan <redacted>
Mon, 18 Oct 2021 10:33:05 +0000 (16:03 +0530)
committerpukkandan <redacted>
Mon, 18 Oct 2021 10:36:51 +0000 (16:06 +0530)
commit2d9ec70423121dbf280475769690f19b0034ee8b
treef2474bc75c9f51e21232d9714d90906985bd3905
parente820fbaa6ff41625b6f4d8453253883b86bf9ca4
[ModifyChapters] Allow removing sections by timestamp

Eg: --remove-chapters "*10:15-15:00".
The `*` prefix is used so as to avoid any conflicts with other valid regex
README.md
yt_dlp/__init__.py
yt_dlp/options.py
yt_dlp/postprocessor/modify_chapters.py