You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which returns the cast list of the requsted movie by IMDB ID as a prameter
length: No of castlist which will be returned (default "10")
all: if set to True returns all the cast list (default "False")
getSummary(movieName ):
which returns the summary of the requsted movie by passing Movie Name as a parameter
getSummaryByImdbId(IMDB_ID ):
which returns the summary of the requsted movie by IMDB ID as a prameter
getMovie(movieName ):
which returns the an object with data of the requsted movie by passing Movie Name as a parameter (see getMovieByImdbId() for more deatails)
getMovieByImdbId(IMDB_ID ):
which returns the data of the requsted movie by IMDB ID as a prameter, data is as follows
title - Movie full tile
runTime - duration of the movie
titleYear - year of the movie title
releaseDate - date of the movie
gener - gener as an array
posterUrl - url of the movie poster
rating - rating of the movie
summary - summary text
director - name of the director
casting - list of top 10 cast (can be tweaked to print all the casting)
is an unique ID given by IMDB to a movie or series or a celebrity, IMDB_ID can be found in the URL.
if you open IMDB for a movie, say "The Dark night rises" the URL will be "https://www.imdb.com/title/tt1345836/"
this last text "tt1345836" is the IMDB ID of the movie