-
Notifications
You must be signed in to change notification settings - Fork 84
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
Use GraphQL to fetch paginated keywords #310
base: master
Are you sure you want to change the base?
Use GraphQL to fetch paginated keywords #310
Conversation
Note: The failing tests are not related to this PR. |
I came up with this solution, i don't really know which is better? i think that graphQlGetAll() not intended is to use it like you did but i can be wrong i guess?
|
Yeah, I guess most movies on IMDb have less than 9999 keywords, so your proposed solution might well be enough :) With |
I have hit a 250 items limit from imdb GraphQL API on cast. I changed my method to use the paginated function to get all cast members. So far only cast and episodes seems to have that limit |
Any issues with this PR, or can it be merged? Happy to help and fix if issues are pointed out! |
Well i don't think that any of the maintainers take your PR serious as @jreklund just released a new version with a fixed keywords method but not with GraphQL, unbelievable! |
afcb64d
to
1c12a33
Compare
I'm okay with the maintainers doing the best they see fit and just happy that the library is not completely abandoned. I've now based this PR on top of the latest release. Hopefully one day it can be merged :) |
1c12a33
to
8717692
Compare
Please calm down and stop complaining. You started your fork, which is fine, so please show some respect to the orginal makers of IMDbPHP. Thanks. |
I'm not complaining at all, i just think that those fixes don't fix anything, and what does get fixed (in this PR) the right way is ignored. I almost feel sorry for the maker of this PR as his work is fine but is ignored. I mean it is al here why don't use it? But okay fine, good luck with it. |
8717692
to
3da6df7
Compare
Fixes #308
Replaces legacy scraping logic with working GraphQL query.