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

Oppenheimer release date wrong #25

Open
neochine opened this issue Mar 16, 2024 · 0 comments
Open

Oppenheimer release date wrong #25

neochine opened this issue Mar 16, 2024 · 0 comments

Comments

@neochine
Copy link

>>> s
<themoviedb.routes_sync.search.Search object at 0x7f6325f77a50>
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].release_date
datetime.date(2024, 1, 12)
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].title
'Oppenheimer'
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].id
872585
>>>

https://www.themoviedb.org/movie/872585-oppenheimer
Id of 872585 with name Oppenheimer has release date of 2023.

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

1 participant