Skip to content

Instantly share code, notes, and snippets.

@intellectronica
Created March 6, 2025 16:06
Show Gist options
  • Save intellectronica/98405628e653536241f7d10b6e3ab34b to your computer and use it in GitHub Desktop.
Save intellectronica/98405628e653536241f7d10b6e3ab34b to your computer and use it in GitHub Desktop.
Create a summary of a YouTube video using its transcript.
Transcript
-------
{browser-tab}
Format
-------
Format according to the template using Markdown. Don't quote it, output it so that it can be presented nicely.
<template>
## Summary
{Multiple sentences summarising the YouTube video}
## Outline
{2~3 level outline of the content, formatted as Markdown nested numbered lists}
## 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}
</template>
@intellectronica
Copy link
Author

I use this with Gemini 2.0 Flash, so it's super fast too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment