From 3eb7eb498a493e06edbe898bc70c7b87bf1a630e Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Wed, 18 Dec 2024 08:16:43 +0000 Subject: [PATCH] fix #129 --- extrakto.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extrakto.conf b/extrakto.conf index 014e1f2..2b2a2a7 100644 --- a/extrakto.conf +++ b/extrakto.conf @@ -59,8 +59,8 @@ regex: ('[^'\n\r]+') alt2: '([^'\n\r]+)' # note that "line" is a special filter that is not handled here for performance reasons -# if you want to include it in the 'all' filter you can define it like this in your -# config file: +# if you want to include lines in the 'all' filter you can define an additional filter +# in your config file: # [line] -# regex: ([^\n\r]+?)\s+\r?\n +# regex: ([^\n\r]+?)\s*\r?\n