abhinayrathore / ASP.NET-IMDb-Scraper

IMDb Scraping API written in CSharp to scrape movie information from IMDb.com
http://lab.abhinayrathore.com/imdb/
MIT License
22 stars 12 forks source link

votes not over a million #1

Open hendrickbert opened 7 years ago

hendrickbert commented 7 years ago

change the regex of votes to: match(@">([0-9,]+) votes<", html)