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: None in try_date_expr() #101

Closed adbar closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Merging #101 (53f1821) into master (966488c) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   98.89%   98.90%           
=======================================
  Files           8        8           
  Lines         909      911    +2     
=======================================
+ Hits          899      901    +2     
  Misses         10       10           
Files Coverage Δ
htmldate/extractors.py 99.14% <100.00%> (+<0.01%) :arrow_up: