diff options
| author | 2024-10-13 15:28:45 +0200 | |
|---|---|---|
| committer | 2024-10-13 15:28:45 +0200 | |
| commit | ccb132523a4ee740d5b576574e9f44668021fbe6 (patch) | |
| tree | 0b6977a345c56eff277abb0bc9199b0010f003a8 /docs/en/developers/OPML.md | |
| parent | 91624037c7d73eb545478aab2f8abc55fc224453 (diff) | |
New feed mode: HTML + XPath + JSON dot notation (JSON in HTML) (#6888)
* New feed mode: HTML + XPath + JSON dot notation (JSON in HTML)
Same as `JSON+DotNotation` but first extracting the JSON string from an HTML document thanks to an XPath expression.
Example: `//script[@type='application/json']`
fix https://github.com/FreshRSS/FreshRSS/discussions/6876
* JavaScript UI to show/hide new field
* Casing xPathToJson
* Slight renaming
Diffstat (limited to 'docs/en/developers/OPML.md')
| -rw-r--r-- | docs/en/developers/OPML.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md index f1d5880e8..811350ec7 100644 --- a/docs/en/developers/OPML.md +++ b/docs/en/developers/OPML.md @@ -67,6 +67,11 @@ The following attributes are using similar naming conventions than [RSS-Bridge]( * `<outline type="JSONFeed" ...`: Uses `JSON+DotNotation` behind the scenes to parse a [JSON Feed](https://www.jsonfeed.org/). +### HTML+XPath+JSON + +* `<outline type="HTML+XPath+JSON+DotNotation" frss:xPathToJson="..." ...`: Same as `JSON+DotNotation` but first extracting the JSON string from an HTML document thanks to an XPath expression. + * Example: `//script[@type='application/json']` + ### cURL A number of [cURL options](https://curl.se/libcurl/c/curl_easy_setopt.html) are supported: |
