How to Summarise YouTube Videos Locally with Ollama
A practical guide to summarising YouTube videos locally with Ollama and the YouTube Transcript API: fetching transcripts without an API key, basic summarisation in bullet points, extracting video IDs from any URL format, six summary formats including TL;DR, study notes, and Q&A generation, handling long videos with chunk summarisation, a complete command-line tool with argparse and streaming output, working around videos without captions using Whisper, and choosing the right model for different content types.