You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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.
The text was updated successfully, but these errors were encountered: