Www.mallumv.guru - - Golam -2024- Malayalam True ... Upd
# 5. Extract Title # Logic: Text before the Year is usually the Title title = "Unknown Title" if year_match: potential_title = clean_name[:year_match.start()] # Replace dots/underscores with spaces and clean up title = re.sub(r'[._-]', ' ', potential_title).strip()