Skip to content

Commit

Permalink
Updated yt-dlp.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
aqib0770 committed Dec 17, 2024
1 parent da2aa5c commit 0964dcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/integrations/document_loaders/yt_dlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain_yt_dlp.youtube_loader import YoutubeLoaderDL\n",
"from langchain_yt_dlp.youtube_loader import YoutubeLoaderDL\n",
"\n",
"# Basic transcript loading\n",
"loader = YoutubeLoaderDL.from_youtube_url(\n",
" \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\n",
" add_video_info=True\n",
" \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\", add_video_info=True\n",
")\n",
"documents = loader.load()"
]
Expand Down

0 comments on commit 0964dcc

Please sign in to comment.