URLExtract Versions Save

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.

v1.9.0

2 months ago

What's Changed

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.8.0...v1.9.0

v1.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.7.1...v1.8.0

v1.7.1

1 year ago

What's Changed

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.6.0...v1.7.0

v1.6.0

2 years ago

What's Changed

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.5.0...v1.6.0

v1.5.0

2 years ago

What's Changed

  • Fix incorrect indices when TLD is found twice (issue #109)
  • Replace unmaintained appdirs with maintained platformdirs - by Hugo van Kemenade (issue #106)
  • update README, code style and code formatting using black - by za
  • updated list of TLDs

v1.4.0

2 years ago
  • urlextract detects URLs which start with double slash '//' (issue #94)
  • adding ability to return only URLs with schema (issue #96)

v1.3.0

2 years ago
  • fixing None of the cache directory is writable (issue #61)
  • fixes RE for IPv4 addresses - by kak-bo-che (issue #86)
  • updated list of TLDs
  • urlextract cli is telling people to report errors on GitHub