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

fix id parsing regex #3

Open erdemyavuzyildiz opened 6 years ago

erdemyavuzyildiz commented 6 years ago

Apparently the website's code changed, this is just a minor fix for the id recognition. The whole class may need to be rewritten, regex is not appropriate for these types of work.

Must use xpath parsing etc.