We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP BitBucket URLs get detected as gitlab if they don't contain username@
username@
>>> parse("https://bitbucket.org/virresh/ghostgame/").platform 'gitlab' >>> parse("https://[email protected]/virresh/ghostgame/").platform 'bitbucket'
Python 3.8, giturlparse 0.12.0 installed from PyPI
The text was updated successfully, but these errors were encountered:
Fix BitBucket regex
6576d28
user@ is optional for HTTPS URLs. Fixes nephila#107
fd2e5c4
Successfully merging a pull request may close this issue.
Description
HTTP BitBucket URLs get detected as gitlab if they don't contain
username@
Steps to reproduce
Versions
Python 3.8, giturlparse 0.12.0 installed from PyPI
The text was updated successfully, but these errors were encountered: