draogn

Results 13 comments of draogn

It is in there, but you'll need to do a bit more digging to get to the data you're after. An initial search for Planet Earth does get you back...

This was probably a bit big to put in a comment. It's in markdown but I've had to change to .txt to upload. [issue13investigation.txt](https://github.com/dawoudt/JustWatchAPI/files/2063558/issue13investigation.txt)

And here's the jupyter notebook [issue13investigation.ipynb.zip](https://github.com/dawoudt/JustWatchAPI/files/2063562/issue13investigation.ipynb.zip)

Now it might have been a good idea for me to have looked at the outstanding pull request #12 from @GeneralAardvark which implements this.... @dawoudt can you approve that one,...

Hi gweinz I'd say if you have a look through at some of the attachments to the existing issues and pull requests there'll be enough to get you started. If...

Hi - thought I'd reply here rather than under pull request #6 Is this enough to get you started? I found that once I was getting something back then it...

Not sure if it's a change, looks like total_pages is only available if you set the page size up front. You do always get total_results back, and you can keep...

The issue is the website is displaying English for India but the code that automatically works out the language is returning "hi" ```python self.language = Locale.parse('und_{}'.format(self.country)).language ``` As a temporary...

there's some details on #28 on how this can be permanently resolved.

If you have a look at #5 there's details on how to set a page size and loop through all the pages. You can get the provider details from this...