dawoudt / JustWatchAPI

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

`get_title_id` not functioning as expected #51

Closed engineerchange closed 3 years ago

engineerchange commented 3 years ago

Readme provides the following example for get_title_id, but it doesn't appear to work as expected.

>>> just_watch = JustWatch(country='GB')
>>> the_matrix = just_watch.get_title_id(query='the matrix')
AttributeError: 'JustWatch' object has no attribute 'get_title_id'