2007-06-15, 10:58 PM
Quote:Is there any chance you could share your source with me regarding getting the imdb data? I'd be interested to see how it's done.Attached you will find 2 code files:
MovieInfo.cs (data bean)
HttpInfoGrabber.cs (model)
In HttpInfoGrabber, the main method: SearchForMovie(title) is used to populate the movieInfo object. It searches IMDB for the movie title and parses out the results to be placed into the movieInfo bean.