Changelog History
Page 3
-
v0.6.2 Changes
April 29, 2020- ๐ performance and documentation improved
-
v0.6.1 Changes
January 17, 2020โก๏ธ 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
-
v0.6.0 Changes
- โฌ๏ธ reduced number of packages dependencies
- โ introduced and tested optional dependencies
- ๐ more detailed documentation on readthedocs
-
v0.5.6 Changes
September 24, 2019๐ First release used in production and meant to be archived on Zenodo for reproducibility and citability.
-
v0.5.5 Changes
- ๐ tests on Linux & MacOS
- ๐ bugs removed
-
v0.5.4 Changes
- manually set maximum date
- ๐ better precision
- ๐ temporarily dropped support for Python 3.4
-
v0.5.3 Changes
- coverage extension
-
v0.5.2 Changes
- ๐ small bugs and coverage issues removed
- streamlined utils
- ๐ documentation added
-
v0.5.1 Changes
- ๐ bugs corrected and cleaner code
- โ more errors caught and better test coverage
-
v0.5.0 Changes
- significant speed-up after code profiling
- ๐ better support of free text detection (DE/EN)