abstract class DateExtractorMethod
- DateExtractorMethod
- Reference
- Object
Direct Known Subclasses
- CitationOnlineMatcher
- GithubDateExtractorMethod
- LdJsonGraphSchemaMethod
- MetaArticlePublishedMatcher
- MetaItemPropDatePublishedMatcher
- RegexMatcher
Defined in:
scraper/date_extractor_method.crConstructors
Instance Method Summary
- #debug(*args)
- #extract : Array(Time)
- #no_match : Array(Time)
- #parse_date_regexes(text : String) : Time | Nil
- #parsed_document : Lexbor::Parser