Some online stores may offer "Tarzan X - Shame of Jane" for purchase or rent. This method not only provides a legal way to watch the movie but also supports the creators.

(also known as Tharzan - La vera storia del figlio della giungla ) is a cult-classic Italian adult film directed by . While categorized as hardcore, it is frequently cited by viewers as having higher production value and a more "genuine" romantic tone than typical films in the genre.

def get_justwatch_offers(title: str, year: Optional[str]=None, country: str="us") -> dict: # Lightweight JustWatch lookup using their public search endpoint (no official API key). try: jw_search = requests.get( "https://apis.justwatch.com/content/titles/en_US/popular", params="body": json.dumps("query": title), timeout=10 ) if jw_search.status_code != 200: return "error": "JustWatch search failed", "offers": [] items = jw_search.json().get("items", []) # best-effort match by title and year for item in items: if item.get("title", "").lower() == title.lower() or (year and item.get("original_release_year")==int(year)): offers = item.get("offers") or [] simplified = [] for o in offers: simplified.append({ "provider_id": o.get("provider_id"), "monetization_type": o.get("monetization_type"), "price": o.get("retail_price"), "currency": o.get("presentation_type"), "url": o.get("urls", {}).get("standard_web"), }) return "offers": simplified return "offers": [] except Exception as e: return "error": str(e), "offers": []

The movie "Tarzan X - Shame of Jane" was released in 2002 and is not part of the mainstream Tarzan film franchise, which includes the famous Disney animated film "Tarzan" (1999) and the live-action films starring Johnny Weissmuller in the 1930s.

OMDB_API_KEY = os.getenv("OMDB_API_KEY") # set in environment or replace string JUSTWATCH_COUNTRY = os.getenv("JUSTWATCH_COUNTRY", "us")

. It stars Rocco Siffredi as the "Apeman" and Rosa Caracciolo (Rózsa Tassi) as Jane. Film Overview