courlan
courlan copied to clipboard
Add support for username in netloc?
Example: https://usr:[email protected]/.
urllib.parse doesn't break apart usr:pwd and example.org in netloc.
Check if this is relevant and potentially add the corresponding functionality so that the extracted hostname is example.org.
Note: exclude 'javascript:', 'mailto:', and 'tel:'