mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-08 11:43:20 -04:00
XPath ability to define the UID manually (#4507)
* XPath ability to define the UID manually * Fix error in i18n
This commit is contained in:
1 parent
4f111c5b30
commit
1603c10bba
26 files changed
+115
-16
No files matched your search
@@ -104,6 +104,10 @@ return array(
|
||||
'_' => 'titre de l’article',
|
||||
'help' => 'Utiliser en particulier l’<a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">axe XPath</a> <code>descendant::</code> comme <code>descendant::h2</code>',
|
||||
),
|
||||
'item_uid' => array(
|
||||
'_' => 'identifiant unique de l’article',
|
||||
'help' => 'Optionnel. Exemple : <code>descendant::div/@data-uri</code>',
|
||||
),
|
||||
'item_uri' => array(
|
||||
'_' => 'lien (URL) de l’article',
|
||||
'help' => 'Exemple : <code>descendant::a/@href</code>',
|
||||
|
||||
Reference in new issue
Block a user