Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
youtube_transcript_api
pip install -U youtube_transcript_api
from agno.agent import Agent from agno.tools.youtube import YouTubeTools agent = Agent( tools=[YouTubeTools()], show_tool_calls=True, description="你是一个 YouTube Agent。获取一个 YouTube 视频的字幕并回答问题。", ) agent.print_response("总结一下这个视频 https://www.youtube.com/watch?v=Iv9dewmcFbs&t", markdown=True)
get_video_captions
bool
True
get_video_data
languages
List[str]
get_youtube_video_captions
get_youtube_video_data