I need to split the domain name from the entire URL field. I saved the url in a variable and from this variable I need to split only the domain name using Python. For example, http://www.google.com/ here I want to share only google from the entire URL.
source share