# article-date-extractor [![Build Status](https://travis-ci.org/alexeyzab/article-date-extractor.svg?branch=master)](https://travis-ci.org/alexeyzab/article-date-extractor) [![Current Version](https://meritbadge.herokuapp.com/article-date-extractor)](https://crates.io/crates/article-date-extractor) [Documentation](https://docs.rs/article-date-extractor) ## Overview This library allows you to extract the publication date of an article or a blog post by using various parsing methods. It's heavily inspired by both the original [Python version](https://github.com/Webhose/article-date-extractor) as well as the [Haskell port](https://github.com/amir/article-date-extractor). Please consult the [documentation](https://docs.rs/article-date-extractor) for installation instructions and a usage example. ## Contributing 1. Fork it ( https://github.com/alexeyzab/article-date-extractor/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Add a failing test. 4. Add code to pass the test. 5. Commit your changes (`git commit -am 'Add some feature'`) 6. Ensure tests pass. 7. Push to the branch (`git push origin my-new-feature`) 8. Create a new Pull Request