1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-21 10:29:59 +02:00

[XPathBridge] add option to skip htmlspecialchars (#3672)

This commit is contained in:
User123698745
2023-09-15 01:58:06 +02:00
committed by GitHub
parent 409236e48e
commit 3b91b1d260
3 changed files with 51 additions and 7 deletions

View File

@ -68,6 +68,9 @@ Should return the XPath expression for extracting an item title from the item co
### Method `getExpressionItemContent()`
Should return the XPath expression for extracting an item's content from the item context.
### Method `getSettingUseRawItemContent()`
Should return the 'Use raw item content' setting value (bool true or false).
### Method `getExpressionItemUri()`
Should return the XPath expression for extracting an item link from the item context.