aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers/OPML.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developers/OPML.md')
-rw-r--r--docs/en/developers/OPML.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md
index 3014dc457..9daa94b20 100644
--- a/docs/en/developers/OPML.md
+++ b/docs/en/developers/OPML.md
@@ -43,7 +43,9 @@ The following attributes are using similar naming conventions than [RSS-Bridge](
### Miscellaneous
* `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`
+ * Example: `div.main, .summary`
+* `frss:cssFullContentFilter`: [CSS Selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to remove the matching HTML elements from the full content retrieved by `frss:cssFullContent`.
+ * Example: `.footer, .aside`
* `frss:filtersActionRead`: List (separated by a new line) of search queries to automatically mark a new article as read.
### Dynamic OPML (reading lists)