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

Incorrect 'kind' when using search_movie() #504

Open
sirmarksalot opened this issue Feb 12, 2024 · 1 comment
Open

Incorrect 'kind' when using search_movie() #504

sirmarksalot opened this issue Feb 12, 2024 · 1 comment

Comments

@sirmarksalot
Copy link

Issue description

Incorrect kind is returned when using search_movie()

Version of Cinemagoer, Python and OS

cinemagoer-2023.10.22
python 3.11.2
Debian 12

Steps to reproduce the issue

>>> from imdb import Cinemagoer
>>> ia = Cinemagoer()
>>> aa=ia.search_movie('Shang-Chi and the Legend of the Ten Rings')
>>> aa[4]
<Movie id:19829610[http] title:_Shang-Chi and the Legend of the Ten Rings (2021)_>
>>> aa[4]['kind']
'movie'
>>> ia.get_movie('19829610')['kind']
'podcast episode'

What's the expected result?

'podcast episode'

What's the actual result?

'movie'

@jessielw
Copy link

Same issue here

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

2 participants