diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-10 07:30:32 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-10 07:59:12 +0900 |
commit | 3307272b559048c8393801b792525917ca397071 (patch) | |
tree | c76412f2be1ba72e460498c94271f85f0606ad72 /README.md | |
parent | 0cc7358aea08073b7575ce35858191665bb9e264 (diff) | |
download | fead-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.md | 3 |
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) |