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

Fix index issue with uppercase characters in domain names #140

Closed iwangpeng closed 1 year ago

iwangpeng commented 1 year ago

Fixes #117

lipoja commented 1 year ago

@iwangpeng Thank you for this PR! It is nice catch! May I ask you to add unit tests so we would prevent regressions? Once it is done I will merge it!

Thank you!

lipoja commented 1 year ago

@iwangpeng Thank you for your time and this PR!