Commit 67c57f4
Fixes error with international URLs that have more than 2 hyphens (#184)
* Adds support for emojis and more IDNA URLs
* Adds setup_requires parameter
* Validates URLs with IPs ending in .0 or .255
* Fixed flake8 errors
* Revert "Adds setup_requires parameter"
This reverts commit 42ea2fd.
* Fixes international domains with more than 2 hyphens
Co-authored-by: Matthew Wilson <Matthew.Wilson@53.com>1 parent 38e9fc9 commit 67c57f4
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments