JustWatchAPI icon indicating copy to clipboard operation
JustWatchAPI copied to clipboard

Get movie by imdb or TheMovieDB id

Open magancete opened this issue 5 years ago • 3 comments

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

magancete avatar Jun 12 '19 11:06 magancete

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':

kevinchristianson avatar Jul 24 '19 03:07 kevinchristianson

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

magancete avatar Jul 27 '19 09:07 magancete

Still nothing?

fidodone avatar Oct 03 '23 19:10 fidodone