3 Feb
2022
3 Feb
'22
4:48 p.m.
On 22-02-02 21:03, Felix Yan via arch-dev-public wrote:
There is a regex plugin and a htmlparser plugin for this.
The htmlparser plugin accepts XPath, but if you want to process it further the regex plugin may just work better.
Examples for your packages:
[html-xml-utils] source = "regex" url = "https://www.w3.org/Tools/HTML-XML-utils/" regex = "html-xml-utils-(.*?).tar.gz"
[oil] source = "htmlparser" url = "https://www.oilshell.org/release/latest/" xpath = "//h1/text()" prefix = "Oil "
I am guilty of not reading the documentation. Thank you! :) -- George Rawlinson