You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware of #6 which asked for some urlparse functionality. This isn't that. It's simply a request to include access to the scheme as part of the standard output.
Possible. We're already parsing the scheme. We're considering moving away from namedtuple, to track additional metadata, like in #138. If we make that break, then adding the scheme wouldn't break this library's expected, ordered triple of (subdomain, domain, tld).
Hi,
I'm aware of #6 which asked for some urlparse functionality. This isn't that. It's simply a request to include access to the scheme as part of the standard output.
So instead of:
Do this instead:
The text was updated successfully, but these errors were encountered: