Davide Alberani
Davide Alberani
I doubt we can do much about it. It depends on the returned results from a query like https://www.imdb.com/find/?s=tt&q=king The results presented on the page may vary by country, browser...
I can reproduce and confirm this behavior. At this time, IMDb serves randomly two quite different page styles; to me, this appears to be random and not relate to the...
Thanks for the PR! I'm still undecided about it: the same information can be found in the 'certificates' key, in a list of "country:certificate" strings; would that be enough for...
I see; yes, probably the best way to do it is to look in the 'certificates' list if your country is present and - if not - use the value...
Hi @ale86ch , unfortunately I think we will never support the complete list of AKAs and, in general, of any resource that is only partially shown in the new design...
right now it's not possible, but writing a parser should be easy (at least for the first 100 entries... fetching the next pages would be quite complex).
I think there are some issues also server-side. From [this page](https://www.imdb.com/title/tt0068069/episodes/) I get no results selecting "unknown" season. You can get a single season with something like this, but in...
hi, first of all you have to update the information available for a movie calling the `ia.update()` method and passing it a Movie instance; in your case with `ia.update(movie[0])` In...
> Is it simple to fix it that so that it "explodes" the list before retrieving it? It's almost impossible, being an async query. Other pages had the same fate,...
@Rabelaiss : the problem with the 'year' key in searches should be fixed by #447 . I can confirm that the critic review parser is broken.