schedule

This page describes schedule module which can be imported as vlivepy.schdule

getScheduleData()

vlivepy.schedule.getScheduleData(schedule_id: str, session: vlivepy.session.UserSession, silent: bool = False)Optional[dict][source]

Get detailed schedule data.

Parameters
  • schedule_id (str) – Unique id of the schedule to load data.

  • session (vlivepy.UserSession) – Session for loading data with permission.

  • silent (bool, optional) – Return None instead of raising exception, defaults to False.

Returns

dict. Parsed json data