## Description HTTP BitBucket URLs get detected as gitlab if they don't contain `username@` <!-- Describe issue in general terms. --> ## Steps to reproduce ```python >>> parse("https://bitbucket.org/virresh/ghostgame/").platform 'gitlab' >>> parse("https://virresh@bitbucket.org/virresh/ghostgame/").platform 'bitbucket' ``` ## Versions Python 3.8, giturlparse 0.12.0 installed from PyPI