mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
docs: youtube_search
tool example update (#9958)
Added a link to source package; updated title, description.
This commit is contained in:
parent
3b8ee74e38
commit
37e435bd00
@ -5,9 +5,13 @@
|
||||
"id": "acb64858",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# YouTube (youtube_search)\n",
|
||||
"# YouTube\n",
|
||||
"\n",
|
||||
"This notebook shows how to use a tool to search `YouTube` using `youtube_search` package.\n",
|
||||
">[YouTube Search](https://github.com/joetats/youtube_search) package searches `YouTube` videos avoiding using their heavily rate-limited API.\n",
|
||||
">\n",
|
||||
">It uses the form on the `YouTube` homepage and scrapes the resulting page.\n",
|
||||
"\n",
|
||||
"This notebook shows how to use a tool to search YouTube.\n",
|
||||
"\n",
|
||||
"Adapted from [https://github.com/venuv/langchain_yt_tools](https://github.com/venuv/langchain_yt_tools)"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user