You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
I tried to fetch person details by typing person_detail = just_watch.get_person_detail(3036) but it didn't seem to work. Next I listed all the methods in JustWatch library by typing dir(JustWatch). get_person_details wasn't listed as a valid method. After visiting https://pypi.org/project/JustWatch/#history I learned that JustWatch package has not been updated since May 2019. Should the package be updated more frequently or I am doing something wrong?