From 9114b9a06a6ff668827c4b0fb68fb549d2c50470 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 24 Mar 2025 14:08:43 +0100 Subject: Support multiple JSON fragments in HTML+XPath+JSON mode (#7369) * Support multiple JSON fragments in HTML+XPath+JSON mode fix https://github.com/FreshRSS/FreshRSS/discussions/7352#discussioncomment-12295475 E.g. HTML with one `` per item. * Better help messages --- app/i18n/tr/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/tr/sub.php') diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 9f7c1bf59..739d8ad77 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSON nokta gösterimi (HTML’de JSON)', 'xpath' => array( '_' => 'HTML’de JSON için XPath', - 'help' => 'Örnek: //script[@type="application/json"]', + 'help' => 'Örnek: normalize-space(//script[@type="application/json"]) (single JSON)
or: //script[@type="application/ld+json"] (one JSON object per article)', // DIRTY ), ), 'html_xpath' => array( -- cgit v1.2.3