shun-liang / yt2doc

YouTube, Apple Podcasts (and more) to readable Markdown.
MIT License
276 stars 9 forks source link

Add CLI option to ignore original chapters from YouTube #55

Closed shun-liang closed 3 weeks ago

shun-liang commented 3 weeks ago

Sometimes the chapters from a YouTube video aren't very useful. One example is this video, which is 57:44 long, and comes with "Key moments" on 1:26, 13:45 and 13:50, which confuses yt-dlp as chapter segment points.

To deal with that, we can add a CLI option that let yt2doc ignore the original chapters from YouTube.

shun-liang commented 3 weeks ago

Done