I suspect Youtube cripples transcript usefulness because it aligns with what customers want. And customers are important to Youtube - while end users are something else.
many people listen to spaces after they’re over like a podcast or other form of broadcast recording.
searching public twitter space transcripts would allow us to find more relevant things to consume perhaps.
same with youtube. i wonder whether anything is logging and indexing these with a non-internal program; cursory searches seem to imply that it’s unlikely.
I use it with Raycast and the Raycast browser extension, but it's easily adapted for other AI browser extensions, as well as scripts and other launchers.
It's helped cut out a lot of cruft.
--BEGIN-PROMPT--
Create a summary of a YouTube video using its transcript. You will use the following template:
"""
## Summary
{Multiple sentences summarising the YouTube video}
## Notes
{Bullet points that summarize the key points or important moments from the video’s transcript with explanations}
## Quotes
{Extract the best sentences from the transcript in a list}
"""
Transcript: {browser-tab}
--END-PROMPT--