Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

YouTube is an online video sharing and social media platform by Google. We download the YouTube transcripts and video information.

Installation and setup

pip install youtube-transcript-api
pip install pytube
See a usage example.

Document loader

See a usage example.
from langchain_community.document_loaders import YoutubeLoader
from langchain_community.document_loaders import GoogleApiYoutubeLoader