dawoudt / JustWatchAPI

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

API total_pages is incorrect if pages > 66 #62

Closed danieljandey closed 1 year ago

danieljandey commented 1 year ago

{'page': 1, 'page_size': 30, 'total_pages': 66, 'total_results': 4286, 'items': [{}]'}

Page count should be 143

Should we bother contacting JustWatch to fix? :)