Example: `https://usr:pwd@example.org/`. `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`.