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
Languages are not fetched anymore since a few weeks ago
All movies, haven't tried tv shows
Bug
$languages = $imdb_movie->languages();
It should return a list of languages
It returns an empty array
The text was updated successfully, but these errors were encountered:
I wouldn't bother to add issues to this version as it seems abandoned.
If you want a working version with GraphQL check out my repo here https://github.com/duck7000/imdbGraphQLPHP
And for the record this isn't a cry/try to lurk people to my github, i'm just trying to help to get a working version.
Sorry, something went wrong.
The fix is very simple. In file src/Imdb/Title.php edit line 657 and add a forward slash after title:
'!href="/search/title/\?.+?primary_language=([^&]*)[^>]*>\s*(.*?)\s*</a>(\s+\((.*?)\)|)!m',
The fix is very simple. In file src/Imdb/Title.php edit line 657 and add a forward slash after title: '!href="/search/title/\?.+?primary_language=([^&]*)[^>]*>\s*(.*?)\s*</a>(\s+\((.*?)\)|)!m',
Thanks! It's working.
No branches or pull requests
Description
Languages are not fetched anymore since a few weeks ago
Movies / TV-Shows / Person
All movies, haven't tried tv shows
Type
Bug
Code
Expected Results / What do you want to do?
It should return a list of languages
Actual Results / What is happening?
It returns an empty array
The text was updated successfully, but these errors were encountered: