MediaStreams

class crunpyroll.types.MediaStreams

Info about streams of a media content.

Parameters:
  • media_id (str) – Unique identifier of the media.

  • audio_locale (str) – Audio language code of the media..

  • url (str) – Manifest URL to raw media (No subtitles)

  • token (str) – Token of the media. Used in license requests.

  • subtitles (List of SubtitlesStream) – List of available subtitles stream.

  • hardsubs (List of HardsubStream) – List of available hardsubs stream.