Strumenta / SmartReader

SmartReader is a library to extract the main content of a web page, based on a port of the Readability library by Mozilla

Home Page:https://smartreader.inre.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.

iansmirlis opened this issue · comments

commented

Hello

I have a few cases with the below exception

System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
   at SmartReader.Readability.GetArticleMetadata(IHtmlDocument doc, Uri uri, String language, Dictionary`2 jsonLD)
   at SmartReader.Reader.Parse()
   at SmartReader.Reader.GetArticle()

Example URLs:
http://lefteria.blogspot.com/2023/01/66.html
http://old-boy.blogspot.com/2011/07/32-27.html

Thanks for the clear bug report. I will probably fix it this weekend.