Add TLD support.
Open
Kind/Feature
Reviewed/Confirmed
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
Once added, intelligently guess whether `furl` constructor strings are paths or
domains. E.g.
```python
>>> furl('www.example.com')
```
is a domain while
```python
>>> furl('wwwexamplecom')
```
and
```python
>>> furl('wwwexample.unknown')
```
are paths.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.