diff options
| author | 2025-03-24 14:08:43 +0100 | |
|---|---|---|
| committer | 2025-03-24 14:08:43 +0100 | |
| commit | 9114b9a06a6ff668827c4b0fb68fb549d2c50470 (patch) | |
| tree | 9dd5d20412e325b15fcc4bcb7fe5af442b94a598 /app/i18n/cs/sub.php | |
| parent | b0a3ae1e7af2a1485439439463ceed3dc2057f65 (diff) | |
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 `<script type="application/ld+json">...</script>` per item.
* Better help messages
Diffstat (limited to 'app/i18n/cs/sub.php')
| -rw-r--r-- | app/i18n/cs/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/cs/sub.php b/app/i18n/cs/sub.php index d899aefe7..2ee7e830d 100644 --- a/app/i18n/cs/sub.php +++ b/app/i18n/cs/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO 'xpath' => array( '_' => 'XPath for JSON in HTML', // TODO - 'help' => 'Example: <code>//script[@type="application/json"]</code>', // TODO + 'help' => 'Example: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // TODO ), ), 'html_xpath' => array( |
