Series¶
- class crunpyroll.types.Series¶
Info about a series.
- Parameters:
id (
str) – Unique identifier of the series.title (
str) – Title of the series.slug (
str) – Slug of the series.description (
str) – Number of the series.season_count (
int) – Season count of the series.episode_count (
int) – Episode count of the series.launch_year (
int) – Leanch year of the series.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.