content
Method
This is a method of the VideoAgent class in the video_agent module.Download the video content.
Signature
Parameters
The video ID to download **kwargs: Additional parameters
Returns
Raw video bytes (MP4 format)
Download the video content.
This is a method of the VideoAgent class in the video_agent module.Download the video content.
def content(video_id: str) -> bytes