Season

class crunpyroll.types.Season

Info about a season.

Parameters:
  • id (str) – Unique identifier of the season.

  • title (str) – Title of the season.

  • slug (str) – Slug of the season.

  • season_number (int) – Number of the season.

  • episode_count (int) – Episode count of the season.

  • description (str) – Description of the season.

  • series_id (str) – Unique identifier of the series of this season.

  • series_slug (str) – Slug of the series of this season.

  • subtitle_locales (List of str) – List containing language codes of available subtitles.

  • audio_locales (str) – Language code of the audio.

  • maturity_ratings (List of str)

  • is_simulcast (bool) – True, if this season is simulcast (currently airing).

  • is_subbed (bool) – True, if this season got subtitles.

  • is_dubbed (bool) – True, if this season got dubs.

  • is_mature (bool) – True, if this season is NSFW.