package
1.8.1
Repository: https://github.com/markusmobius/go-htmldate.git
Documentation: pkg.go.dev

# Functions

`.//div[@id="wm-ipp-base" or @id="wm-ipp"]`.
..//footer | .//small | //*[(self::div or self::h2 or self::h3 or self::h4 or self::li or self::p or self::span or self::time or self::ul)], then date selector.
.//*[(self::div or self::li or self::p or self::span)]/text().
Query find the first element that matched with the rule.
QueryAll find all elements that matched with the rule.
QueryAllTextNodes find all text nodes that exist inside elements that matched with the rule.
`.//footer | .//small | //*`, then date selector.

# Type aliases

No description provided by the author