Skip to content
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

Get movie by imdb or TheMovieDB id #37

Open
magancete opened this issue Jun 12, 2019 · 3 comments
Open

Get movie by imdb or TheMovieDB id #37

magancete opened this issue Jun 12, 2019 · 3 comments

Comments

@magancete
Copy link

I want to get a movie by imdb id or TheMovieDB id, how can I do it?

@kevinchristianson
Copy link

I also want to use this with TMDB. I found a way to get TMDB id for movies but not for TV shows. Would love it if TMDB ids were easy to access attributes for both.

for score in movie.get('scoring'):
        if score.get('provider_type') == 'tmdb:id':

@magancete
Copy link
Author

I start from the idea that I know the id and I want to get the movie using the id

@fidodone
Copy link

fidodone commented Oct 3, 2023

Still nothing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants