jdepoix / youtube-transcript-api

This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
MIT License
2.54k stars 279 forks source link

nice to have preserve_formatting in cli #276

Open sugizo opened 2 months ago

sugizo commented 2 months ago

Is your feature request related to a problem? Please describe. no preserve_formatting to bold, italic, coloring fonts in cli

Describe the solution you'd like nice to have preserve_formatting to bold, italic, coloring fonts in cli

Describe alternatives you've considered youtube_transcript_api --preserve_formatting True # True or False youtube_transcript_api --preserve_formatting 1 # 1 for True, 0 for False

Additional context the feature already have when using python

thanks and best regards