From 3307272b559048c8393801b792525917ca397071 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 10 Jan 2024 07:30:32 +0900 Subject: Skip erronous feeds by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous behavior of aborting at the first error can be enabled via the --strict option. Co-authored-by: Ngô Ngọc Đức Huy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit 1.4.1