Skip to content
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

I think url cleaning should be update #9

Open
urwithajit9 opened this issue Jul 3, 2018 · 1 comment
Open

I think url cleaning should be update #9

urwithajit9 opened this issue Jul 3, 2018 · 1 comment

Comments

@urwithajit9
Copy link

I was trying to clean a url , I tried doing below:

from beautifier import Url
url = Url('q=?http://www.gogogle.com/help/')
url.cleanup
'q=?http://www.gogogle.com/help/'
url.domain
'q=?gogogle.com'

What i was expecting is either url starts with http/https/www but not q=?

@sachin-philip
Copy link
Owner

@urwithajit9 Thanks a lot for the feedback. Currently, this is not available and I have added this as an enhancement, will make it available in as early as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants