yt-dlp
library.
This package implements a document loader for Youtube. In contrast to the YoutubeLoader of langchain-community
, which relies on pytube
, YoutubeLoaderDL
is able to fetch YouTube metadata. langchain-yt-dlp
leverages the robust yt-dlp
library, providing a more reliable and feature-rich YouTube document loader.
Overview
Integration details
Class | Package | Local | Serializable | JS Support |
---|---|---|---|---|
YoutubeLoader | langchain-yt-dlp | ✅ | ✅ | ❌ |
Setup
Installation
Initialization
Load
Lazy Load
- No lazy loading is implemented