Closed engineerchange closed 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'
Readme provides the following example for get_title_id, but it doesn't appear to work as expected.