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`.
Example:
https://usr:pwd@example.org/.urllib.parsedoesn't break apartusr:pwdandexample.orgin netloc.Check if this is relevant and potentially add the corresponding functionality so that the extracted hostname is
example.org.