Open magancete opened 5 years ago
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':
I start from the idea that I know the id and I want to get the movie using the id
Still nothing?
I want to get a movie by imdb id or TheMovieDB id, how can I do it?