find module

asynctmdb.imdb.find.movie(imdb_id: str, *, api_base_url: str = 'https://api.themoviedb.org/3', api_key: str, language: str = None, session: aiohttp.client.ClientSession) → typing.Dict[str, typing.Any][source]

Search TMDb movie details by IMDb ID.

Raise:ValueError if IMDb ID is invalid or there is no details found.