abhinayrathore / PHP-IMDb-Scraper

PHP IMDb Scraping API
http://lab.abhinayrathore.com/imdb/
MIT License
85 stars 49 forks source link

Duplicate videos #4

Open theoko opened 8 years ago

theoko commented 8 years ago

The program returns videos with query string and videos without query string. For example:

http://www.imdb.com/video/imdb/vi541832985?ref_=ttvi_vi_imdb_1
http://www.imdb.com/video/imdb/vi541832985

To correct this, you need to parse the imdb url and not include the parse_url($url, PHP_URL_QUERY) output in the final imdb link.