archive module#
- class VideoMetadata(id: str, title: str, duration: int, description: str)[source]#
Hold YouTube video metadata.
- id: str#
- title: str#
- duration: int#
- description: str#
- class VOD(id: str)[source]#
Information from a stream vod with optional run information.
- property datetime#