mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +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",
|
"id": "acb64858",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# YouTube (youtube_search)\n",
|
"# YouTube\n",
|
||||||
"\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",
|
"\n",
|
||||||
"Adapted from [https://github.com/venuv/langchain_yt_tools](https://github.com/venuv/langchain_yt_tools)"
|
"Adapted from [https://github.com/venuv/langchain_yt_tools](https://github.com/venuv/langchain_yt_tools)"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user