IMDb Scraper

IMDb Scraper is a simple library for extracting a movie title and year from a IMDb ID.

Installation (.NET Framework 4.6):

Install-Package ImdbScraper

Example:

var repository = new Repository();
var result = repository.GetMovie(87332);
Console.WriteLine(result.ToString());

 

Update 2023-06-18: The scraper now requires .NET 7.0, and it also downloads the movie rating from imdb.com.

Bjud mig på en kopp kaffe (20:-) som tack för bra innehåll:

Bjud mig på en kopp kaffe (20:-) som tack för bra innehåll!

Comments

Important information: If you have not commented before, your comment will be reviewed before it is published. This means that you will not see it immediately, but I have received it. This is not because I want to filter comments, but because I want to prevent spam and advertising.

Leave a Reply

Your email address will not be published. Required fields are marked *