connections

This page describes connections module which can be imported as vlivepy.connections

getPostInfo()

vlivepy.connections.getPostInfo(post_id: str, session: Optional[vlivepy.session.UserSession] = None, silent: bool = False)Optional[dict][source]

Get detailed post data.

Parameters
  • post_id (str) – Unique id of the post to load data.

  • session (vlivepy.UserSession, optional) – Session for loading data with permission, defaults to None.

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

Returns

dict. Parsed json data

decode_channel_code()

This function has alias of vlivepy.decode_channel_code()

postIdToVideoSeq()

This function has alias of vlivepy.postIdToVideoSeq()

videoSeqToPostId()

This function has alias of vlivepy.videoSeqToPostId()

postTypeDetector()

This function has alias of vlivepy.postTypeDetector()