lufinkey / node-justwatch-api

Unofficial JustWatch API for nodejs
71 stars 14 forks source link

Paginate episodes #9

Open jaruba opened 5 years ago

jaruba commented 5 years ago

we get a maximum of 200 episodes from an episode request, the request seems to support pagination, but node-justwatch-api does not support a page parameter

one show that comes to mind that definitely has more then 200 episodes is The Simpsons

jaruba commented 5 years ago

i've made a PR for this: https://github.com/lufinkey/node-justwatch-api/pull/10

please merge and publish on NPM when possible