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
In tmdb_api.py, Person._populate_credits uses /person/${id}/credits but looking at the docs, it looks like this API is gone or at least it's not documented anymore: http://docs.themoviedb.apiary.io/#reference/people/personidmoviecredits
I made a few requests and noticed it seems to be equivalent to (the new) /person/${id}/movie_credits.
Would it be possible to use /combined_credits instead? I think /combined_credits = /movie_credits + /tv_credits.
Obviously the best would be to support all 3 APIs, but that's a stretch.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In tmdb_api.py, Person._populate_credits uses /person/${id}/credits but looking at the docs, it looks like this API is gone or at least it's not documented anymore: http://docs.themoviedb.apiary.io/#reference/people/personidmoviecredits
I made a few requests and noticed it seems to be equivalent to (the new) /person/${id}/movie_credits.
Would it be possible to use /combined_credits instead? I think /combined_credits = /movie_credits + /tv_credits.
Obviously the best would be to support all 3 APIs, but that's a stretch.
Thanks!
The text was updated successfully, but these errors were encountered: