Skip to main content
YouTubeReader is a reader class that allows you to read transcript from YouTube videos.

Parameters

YouTubeReader also accepts the base Reader constructor parameters.

Methods

read()

Reads the transcript of a YouTube video and returns a list of documents.

async_read()

Async variant of read(). Accepts url only.