TwVideoManager.gdrive.models module

class TwVideoManager.gdrive.models.RemoteVideoFile(author: str, date: Optional[datetime.datetime], id: str, url: Optional[str], parent: Optional[str])[source]

Bases: TwVideoManager.models.Video

Video files in remote Google Drive

Parameters:
  • author (str) – Streamer ID of the video
  • date (Optional[datetime]) – Record-Started time of the video
  • id (str) – Google Drive File id of the video file
  • url (Optional[str]) – Google Drive Resource url directing the video file
  • parent (Optional[str]) – Parent directory of the Google Drive file