beautifier icon indicating copy to clipboard operation
beautifier copied to clipboard

I think url cleaning should be update

Open urwithajit9 opened this issue 7 years ago • 1 comments

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=?

urwithajit9 avatar Jul 03 '18 11:07 urwithajit9

@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.

sachin-philip avatar Jul 25 '18 10:07 sachin-philip