adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
117 stars 26 forks source link

fix: restore url arg in find_date() as optional #110

Closed adbar closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Merging #110 (e6b6d3c) into master (aa86e54) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files           8        8           
  Lines         866      867    +1     
=======================================
+ Hits          858      859    +1     
  Misses          8        8           
Files Coverage Δ
htmldate/core.py 99.10% <100.00%> (ø)
htmldate/extractors.py 98.63% <100.00%> (+<0.01%) :arrow_up: