about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-01-10 07:30:32 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-01-10 07:59:12 +0900
commit3307272b559048c8393801b792525917ca397071 (patch)
treec76412f2be1ba72e460498c94271f85f0606ad72 /README.md
parent0cc7358aea08073b7575ce35858191665bb9e264 (diff)
downloadfead-3307272b559048c8393801b792525917ca397071.tar.gz
Skip erronous feeds by default
The previous behavior of aborting at the first error
can be enabled via the --strict option.

Co-authored-by: Ngô Ngọc Đức Huy <huyngo@disroot.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65e2e1f..a3dbf25 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The following programs are needed for building and installation:
 - help2man
 - install
 
-Python 3.6+ is also required, both for generating the manual and at runtime.
+Python 3.11+ is also required, both for generating the manual and at runtime.
 
 On other systems, a [package installer specific for Python][pip]
 might be preferred.
@@ -33,6 +33,7 @@ Options:
   -F PATH, --feeds PATH
                         file containing newline-separated web feed URLs
   -f URL, --feed URL    addtional web feed URL (multiple use)
+  -s, --strict          abort when fail to fetch or parse a web feed
   -n N, --count N       maximum number of ads in total (default to 3)
   -p N, --per-feed N    maximum number of ads per feed (default to 1)
   -l N, --length N      maximum summary length (default to 256)