dawoudt / JustWatchAPI

Python 3 JustWatch.com API - https://justwatch.com
MIT License
326 stars 45 forks source link

Get movie by imdb or TheMovieDB id #37

Open magancete opened 5 years ago

magancete commented 5 years ago

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

kevinchristianson commented 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':
magancete commented 5 years ago

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

fidodone commented 1 year ago

Still nothing?