lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
241 stars 61 forks source link

IPv6? #119

Open larseggert opened 2 years ago

larseggert commented 2 years ago

URLExtract seems to extract literal IPv4 addresses just fine, but not literal IPv6 addresses?

lipoja commented 2 years ago

@larseggert Hi, you are right, IPv6 is not yet supported.