Episode

class crunpyroll.types.Episode

Info about an episode.

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

  • title (str) – Title of the episode.

  • slug (str) – Slug of the episode.

  • episode_number (int) – Number of the episode.

  • duration (int) – Duration of the episode.

  • free_available_date (datetime) – Date the episode will be released to free users.

  • premium_available_date (datetime) – Date the episode will be released to premium users.

  • air_date (datetime) – Date the episode aired.

  • upload_date (datetime) – Date the episode got uploaded on Crunchyroll.

  • description (str) – Description of the episode.

  • next_episode_title (str) – Title of the next episode.

  • next_episode_id (str) – Unique identifier of the next episode.

  • season_id (str) – Unique identifier of the season of this episode.

  • season_title (str) – Title of the season of this episode.

  • season_number (int) – Number of the season of this episode.

  • season_slug (str) – Slug of the season of this episode.

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

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

  • 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)

  • images (Images) – Images of the episode.

  • has_closed_captions (bool) – True, if this episode got closed captions.

  • is_available_offline (bool) – True, if this episode is available offline.

  • is_hd (bool) – True, if this episode is High Definition.

  • is_premium (bool) – True, if this episode is available to premium users only.

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

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

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

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