We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to filter by monetization_types, the results seem to be ignoring this filter. For example,
monetization_types
just_watch.search_for_item(monetization_types=['free']
is yielding
{'currency': 'USD', 'date_created': '2019-08-27', 'date_provider_id': '2019-08-27_8', 'element_count': 3, 'monetization_type': 'flatrate', 'new_element_count': 3, 'presentation_type': 'sd', 'provider_id': 8, 'type': 'aggregated', 'urls': {'deeplink_android_tv': '80242905', 'deeplink_fire_tv': 'intent://www.netflix.com/watch/80242905#Intent;launchFlags=0x00800000;scheme=https;package=com.netflix.ninja;S.source=30;end', 'deeplink_tvos': 'nflx://www.netflix.com/watch/80113701', 'standard_web': 'http://www.netflix.com/title/80113701'}},
The text was updated successfully, but these errors were encountered:
Even country or content types does not seem to be filtering correctly.
just_watch = JustWatch(country = 'CA', providers = ['nfx']) results = just_watch.search_for_item(page=1,page_size=1000, content_types=['movie'])
The above brings both movies and shows in results. Additionally, many movies are not there in Netflix Canada library.
Sorry, something went wrong.
No branches or pull requests
When trying to filter by
monetization_types
, the results seem to be ignoring this filter. For example,is yielding
The text was updated successfully, but these errors were encountered: