Skip to content

Using The Python youtube-transcript-api

Bram Adams
Bram Adams

Table of Contents

Used this to build GitHub - bramses/youtube-transcript-obsidian -- though these days I just use Whisper to transcribe my video files.

The easiest way to get a transcript for a given video is to execute:
(View Highlight)
from youtube_transcript_api import YouTubeTranscriptApi  
YouTubeTranscriptApi.get_transcript(video_id)
programming

Bram Adams

writer, programmer

Comments


Related Posts

Members Public

Issue 15: Houston, We Have a State Transition

Yes Houston, I tried jiggling the knob, that was the first thing I tried!

Issue 15: Houston, We Have a State Transition
Members Public

How GPT Helped Me Write an e2e App From Bed (yt Assets From transcript)

What challenges can GPT overcome when combined with human laziness?

How GPT Helped Me Write an e2e App From Bed (yt Assets From transcript)
Members Public

Writing OpenAPI with... OpenAI

How can developers quickly and easily convert TypeScript handler functions into OpenAPI specs?

Writing OpenAPI with... OpenAI