Open theoko opened 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.
parse_url($url, PHP_URL_QUERY)
The program returns videos with query string and videos without query string. For example:
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.