We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: