Manifest

class crunpyroll.types.Manifest

Info about a manifest.

Parameters:
  • video_streams (List of ManifestVideoStream) – List of every video stream available.

  • audio_streams (List of ManifestAudioStream) – List of every audio stream available.

  • content_protection (ContentProtection) – Info about Content Protection (DRM).

  • plain (str) – Plain version of the manifest (XML). Useful for external downloader tools.