gruns / furl

🌐 URL parsing and manipulation made easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add TLD support.

gruns opened this issue · comments

Once added, intelligently guess whether furl constructor strings are paths or
domains. E.g.

>>> furl('www.example.com')

is a domain while

>>> furl('wwwexamplecom')

and

>>> furl('wwwexample.unknown')

are paths.