* Replace pkg_resources with importlib.resources for Python 3.14 compatibility
* fix self.XPATH() calls to OPF.XPath() instead since 3.14 made functools.partial a descriptor and thus injected self as the first argument
* updated install instruction to include lxml to avoid using non matching system version
* Fix regex in LRF output that stripped CThumbnail metadata. .*? matched until >\n and cut off all children on the same line
---------
Co-authored-by: wave1martian <wave1martian@buildsleeprepeat.com>