-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Bug with flag allow_mixed_case_hostname=False
#151
Comments
Found even more worse false-positive: @lipoja >>> url_extractor.allow_mixed_case_hostname = False
>>> url_extractor.find_urls("144.2 MB")
['144.2'] |
@GokulNC Thank you for reporting it. If you have time for PR that would be nice and welcome. |
No problem, thanks :) |
Should be fixed in next release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this great library!
Example issue:
Why is there such false-positives with
allow_mixed_case_hostname=False
? @lipojaThe text was updated successfully, but these errors were encountered: