youtube-transcript-api icon indicating copy to clipboard operation
youtube-transcript-api copied to clipboard

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 b...

Results 39 youtube-transcript-api issues
Sort by recently updated
recently updated
newest added

**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,...

Make it possible to localize subtitle titles.

# To Reproduce Steps to reproduce the behavior: I am running ``` transcripts = YouTubeTranscriptApi.list_transcripts(video_url) transcript = transcripts.find_transcript(language_codes=[desired_language]) if transcript is None: return 'no transcript was found', 400 downloaded =...

Hi, I've discovered a bug in listing all available subtitle tracks for videos with more manually created transcripts with same language code. I'm using latest Python on latest Windows and...

Corrected several grammatical errors in the README file to improve readability and clarity.

Added optional arguments, separator `sep` and end `end` to methods of `TextFormatter` class with the default values set as currently used strings in code ('\n' and '\n\n\n').

# To Reproduce Steps to reproduce the behavior: ### What code / cli command are you executing? For example: I am running ``` yt --transcript https://www.youtube.com/watch\?v\=_0fy4vvUgiw > transcript.txt ``` ###...

DO NOT DELETE THIS! Please take the time to fill this out properly. I am not able to help you if I do not know what you are executing and...

**Is your feature request related to a problem? Please describe.** can u give any solution to fix this error 2024-06-28 17:40:29.745 Uncaught app exception Traceback (most recent call last): File...

**Is your feature request related to a problem? Please describe.** When dealing with videos that may discuss the same topic or application. It would be useful to know the upload...