This class can be used to get information about movies and shows from IMDB.
It retrieves the page of a given movie or show from the IMDB site to parse the page HTML and extract several details into class variables.
Currently extracts follow details of the movie or show: identifier, name, score, director, released date, writing credits, genre, tag lines, plot, awards, also known as name, run time, country, language, aspect ratio, sound mix, a random comment, poster image, cast and trailer.
The class can also save the extracted information to file in the NFO format. |
|