download
Method
This is a method of the VideoAgent class in the video_agent module.Download a video to a file.
Signature
Parameters
The video ID to download
Path to save the video file
Returns
Path to the saved file
Download a video to a file.
This is a method of the VideoAgent class in the video_agent module.Download a video to a file.
def download(video_id: str, output: str) -> str