Extract or guess publication date of HTML documents, articles.
Parses publication dates from HTML Document.
Parses publication dates from HTML Fragment.
@spec parse(binary()) :: {:ok, HTMLDate.Result.t()} | {:error, any()}
@spec parse_fragment(binary()) :: {:ok, HTMLDate.Result.t()} | {:error, any()}