Movie¶
- class crunpyroll.types.Movie¶
Info about a movie.
- Parameters:
id (
str) – Unique identifier of the movie.title (
str) – Title of the movie.slug (
str) – Slug of the movie.duration (
int) – Duration of the movie.free_available_date (
datetime) – Date the movie will be released to free users.premium_available_date (
datetime) – Date the movie will be released to premium users.release_year (
int) – Year the movie was released.description (
str) – Description of the movie.first_movie_id (
str)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 movie.has_closed_captions (
bool) – True, if this movie got closed captions.is_available_offline (
bool) – True, if this movie is available offline.is_hd (
bool) – True, if this movie is High Definition.is_new (
bool) – True, if this movie is newly released.is_premium (
bool) – True, if this movie is available to premium users only.is_simulcast (
bool) – True, if this movie is simulcast (currently airing).is_subbed (
bool) – True, if this movie got subtitles.is_dubbed (
bool) – True, if this movie got dubs.is_mature (
bool) – True, if this movie is NSFW.