From 1217b6de34cc5f23cc73d8d37a51c4616a3780ab Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 26 Oct 2025 15:07:38 +0100 Subject: OPML export/import frss:priority (#8158) Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7583 --- docs/en/developers/OPML.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md index c6b42f108..cc93bfa4f 100644 --- a/docs/en/developers/OPML.md +++ b/docs/en/developers/OPML.md @@ -89,6 +89,7 @@ A number of [cURL options](https://curl.se/libcurl/c/curl_easy_setopt.html) are ### Miscellaneous +* `frss:priority`: Used for priority / visibility of the articles of that feed. Can be: `important`, `main` (default), `category`, `feed`, `hidden`. * `frss:cssFullContent`: [CSS Selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to enable the download and extraction of the matching HTML section of each articles’ Web address. * Example: `div.main, .summary` * `frss:cssContentFilter`: [CSS Selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to remove the matching HTML elements from the article content or from the full content retrieved by `frss:cssFullContent`. @@ -115,6 +116,7 @@ A number of [cURL options](https://curl.se/libcurl/c/curl_easy_setopt.html) are xmlUrl="https://www.example.net/page.html" htmlUrl="https://www.example.net/page.html" description="Example of Web scraping" + frss:priority="main" frss:xPathItem="//a[contains(@href, '/interesting/')]/ancestor::article" frss:xPathItemTitle="descendant::h2" frss:xPathItemContent="." -- cgit v1.2.3