Creates a new instance of the YoutubeLoader class from a YouTube video URL.
createFromUrl(url: string, config: Omit<YoutubeConfig, "videoId">): YoutubeLoader| Name | Type | Description |
|---|---|---|
url* | string | The URL of the YouTube video. |
config | Omit<YoutubeConfig, "videoId"> | Optional configuration options for the YoutubeLoader instance, excluding the videoId. |