langchain_yt_tools
by Community
Langchain tools to search/extract/transcribe text transcripts of Youtube videos. Some of this has been integrated into LangChain main branch
OSS
langchain_yt_tools
Added 1 June 2026
Overview
A community-maintained Python library that provides LangChain tools for searching, extracting, and transcribing text transcripts from YouTube videos. It wraps the YouTube Data API and transcription libraries, and some of its functionality has been integrated into the main LangChain repository.
Best for
Best for
Python developers building LangChain pipelines that need to ingest or search YouTube video transcripts
Use cases
- Extract YouTube video transcripts for use in LangChain chains or agents
- Search video transcripts by keyword to find relevant content
- Combine transcript retrieval with LLM summarization or question answering
Notes
A community-maintained Python library that provides LangChain tools for searching, extracting, and transcribing text transcripts from YouTube videos. It wraps the YouTube Data API and transcription libraries, and some of its functionality has been integrated into the main LangChain repository.
76 stars on GitHub. Last updated 2023-06-28. Licensed GPL-3.0.
Use cases
- Extract YouTube video transcripts for use in LangChain chains or agents
- Search video transcripts by keyword to find relevant content
- Combine transcript retrieval with LLM summarization or question answering
Pros
- Fills a specific gap for YouTube transcript access in the LangChain ecosystem
- Modular tool design that integrates easily with existing LangChain workflows
- Some components have been adopted upstream into LangChain core
Cons
- Limited community size (76 stars) may lead to slower maintenance or issues
- Relies on YouTube API quotas, which can be rate-limited or require configuration
- Partial feature overlap with LangChain’s own YouTube transcript loader
Indexed from awesome-langchain and enriched against its public facts.
Pros
- Fills a specific gap for YouTube transcript access in the LangChain ecosystem
- Modular tool design that integrates easily with existing LangChain workflows
- Some components have been adopted upstream into LangChain core
Cons
- Limited community size (76 stars) may lead to slower maintenance or issues
- Relies on YouTube API quotas, which can be rate-limited or require configuration
- Partial feature overlap with LangChain's own YouTube transcript loader
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.