Skip to content

Releases: lipoja/URLExtract

Release v1.9.0

29 Feb 09:13
v1.9.0
ef0b427
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

Release v1.8.0

19 Dec 20:14
v1.8.0
91a2969
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

25 Oct 19:06
v1.7.1
Compare
Choose a tag to compare

What's Changed

  • Check if url_parts.authority is not NoneType by @lipoja in #138

Full Changelog: v1.7.0...v1.7.1

Release v1.7.0

22 Oct 17:50
v1.7.0
bde3f58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

Release v1.6.0

17 May 20:02
v1.6.0
6a5aa87
Compare
Choose a tag to compare

What's Changed

  • Add a list of URLs allowed to extract by @khoben in #125
  • Updating tests with correct order of actual == expected by @lipoja in #126
  • Update list of TLDs

Full Changelog: v1.5.0...v1.6.0

Release v1.5.0

22 Dec 08:41
v1.5.0
638c0e2
Compare
Choose a tag to compare

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

Release v1.4.0

06 Oct 16:21
v1.4.0
e7f1720
Compare
Choose a tag to compare
  • urlextract detects URLs which start with double slash '//' (issue #94)
  • adding ability to return only URLs with schema (issue #96)

Release v1.3.0

12 Jun 22:45
v1.3.0
e96b4fe
Compare
Choose a tag to compare
  • 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