damienhaynes / TraktRater

TraktRater is a tool written in C# to help users transfer user episode, show and movie user ratings and watchlists from multiple media database sites around the web.
642 stars 36 forks source link

Fixed issue #103: Updated IMDb scraping provider #116

Closed krishnamuppaneni closed 4 years ago

krishnamuppaneni commented 4 years ago

Updated regular expressions patterns to scrape ratings data from IMDb website.

Updated Watchlist sync logic to scrape Watchlist ID and download the .CVS file from IMDb website.

damienhaynes commented 4 years ago

Thanks @krishnamuppaneni!, I plan on reviewing this code this week depending on my current work load...whilst I'm at it I will probably also address the turkish regional setting when using the CSV provider as well.

damienhaynes commented 4 years ago

Good work.

I noticed from review we don't scrape the user rating date. It looks like that is available e.g.

Rated on 21 Apr 2014

will raise a new issue to track that.