IV – это не про программирование
Это про чтение мануала
вот мой шаблон
?path: .+
$header: //header
body: //article
title: $body//h1
author: //address
author_url: $author/@href
published_date: //time/@datetime
@remove: $body//time
@remove: $body//address
@clone: $author_url
@match("^https?://t(elegram)?\\.me/([a-z0-9_]+)$", 2, "i"): $@
@replace(".+", "@$0")
channel
image_url: $cover/self::img/@src
image_url: $cover/self::figure//img/@src
image_url: /html/head/meta[@property="og:image"] \
/@content[string()]
image_url: $body//img/@src