Changes for version 1.002005 - 2026-07-12

  • Fix breakage by newer Mojolicious/Mojo::DOM: text extraction relied on Mojo::DOM's private _nodes()/_ancestors() internals, whose return conventions changed in later releases and caused ->extract() to silently return empty strings. Reworked to read the stable Mojo::DOM ->tree node structure directly and use the public ->ancestors() API.

Documentation

Modules

extract multiple text strings from HTML content, using CSS selectors