Skip to content

Releases: adbar/htmldate

htmldate-0.7.1

14 Sep 14:53
Compare
Choose a tag to compare
  • technical release: package requirements and docs wording

htmldate-0.7.0

29 Jul 17:19
Compare
Choose a tag to compare
  • code base and performance improved
  • minimum date available as option
  • support for Turkish patterns and CMS idiosyncrasies (thanks @evolutionoftheuniverse)

htmldate-0.6.3

26 May 10:34
Compare
Choose a tag to compare
  • more efficient code
  • additional evaluation data

htmldate-0.6.2

29 Apr 10:55
Compare
Choose a tag to compare
v0.6.2

roundup + version bump

htmldate-0.6.1

17 Jan 12:37
Compare
Choose a tag to compare

htmldate finds original and updated publication dates of any web page. All the steps needed from web page download to HTML parsing, scraping and text analysis are included.

In a nutshell, with Python:

from htmldate import find_date
find_date('http://blog.python.org/2016/12/python-360-is-now-available.html')
'2016-12-23'
find_date('https://netzpolitik.org/2016/die-cider-connection-abmahnungen-gegen-nutzer-von-creative-commons-bildern/', original_date=True)
'2016-06-23'

On the command-line:

$ htmldate -u http://blog.python.org/2016/12/python-360-is-now-available.html
'2016-12-23'

Releases used in production and meant to be archived on Zenodo for reproducibility and citability.

For more information see htmldate.readthedocs.io

First stable release for Zenodo

24 Sep 14:49
Compare
Choose a tag to compare

First release used in production and meant to be archived on Zenodo for reproducibility and citability.