postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.37k stars 443 forks source link

feat: Add date formats to two extractors #660

Closed johnholdun closed 2 years ago

johnholdun commented 2 years ago

These extractors were variously failing tests as I tried updating dependencies. It seems like some of the format detection logic has changed, and making these date detectors more explicit fixes them.

As long as the tests for these extractors continue to pass, we should be good to merge this commit. Then #656 should turn green as well.