From 52017bbeb98132488769e5c318a5bf034cbaf77b Mon Sep 17 00:00:00 2001 From: martinrotter Date: Mon, 21 Jun 2021 08:09:54 +0200 Subject: [PATCH] Update Documentation.md --- resources/docs/Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 9a4f4a47d..7cae9ca93 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -145,7 +145,7 @@ RSS Guard offers [placeholder](#data-placeholder) `%data%` which is automaticall Also, working directory of process executing the script is set to RSS Guard's user data folder. -There are some examples of website scrapers [here](https://github.com/martinrotter/rssguard/tree/master/resources/scripts/scrapers), most of thme are written in Python 3, thus their execution line is similar to `python#script.py`. Make sure to examine the script for more information on how to use it. +There are some examples of website scrapers [here](https://github.com/martinrotter/rssguard/tree/master/resources/scripts/scrapers), most of them are written in Python 3, thus their execution line is similar to `python#script.py`. Make sure to examine the script for more information on how to use it. After your source feed data are downloaded either via URL or custom script, you can optionally post-process the data with one more custom script, which will take **raw source data as input** and must produce processed valid feed data to **standard output** while printing all error messages to **error output**.