-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Import failed because of unfound movies #8
Comments
IMDb has been pushing out a site-wide redesign, with a new structure for pages and some new behaviors (e.g., visiting the main IMDb page for a film now redirects to a “reference” page in some cases—enter http://www.imdb.com/title/tt1590193/ in s browser and get http://www.imdb.com/title/tt1590193/reference for instance). Similar scripts for fetching information from IMDb have also been failing since this redesign. It’s unclear whether IMDb is intentionally shutting down the pathways being used to fetch information, or if the redesign has brought changes that will require the information to be fetched in a slightly different way. An example of another affected project: https://github.com/yswery/PHP-IMDB-API/ |
I've pushed 9ac337f which should fix this issue. Can you both give it a try and let me know if it works fine for you? I'll make a release afterward. |
Thank you for fixing so quickly. Actually now I got a 400 Bad Request in the same place
|
Alright I see. I forgot to lowercase the results. Furthermore, it appears that IMDb also does convert accented characters into non-accented characters. It seems it should be formatted as a valid function name as the query will be used as part of the javascript function name. However, I didn't go as far as stripping all the invalid characters. I'll see what I can do about that another day. |
Fixes work fine now. |
Has anything changed on imdb that can't find a movies? I've tried multiple times on different titles with no success.
What should I change to make it work?
Here you have what I got with movie called "Project Nim":
The text was updated successfully, but these errors were encountered: