From 543ae89e227a7ea7b98638d21e49ffabc249f5fe Mon Sep 17 00:00:00 2001 From: Florian Muenchbach Date: Sun, 31 Jan 2016 13:53:01 +0100 Subject: [PATCH] Added new 'encoding' option to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6068a27..b610d86 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ The arguments are: - `theforce`: force download the rss feed and ignore cached http errros - `silent`: don't output the final RSS (useless on its own, but can be nice when debugging) - `smart`: try to show only new elements in feed, to make it lighter (based on 304 headers) + - `encoding=ENCODING`: overrides the encoding auto-detection of the crawler. Some web developers did not quite understand the importance of setting charset/encoding tags correctly... - http server only - `callback=NAME`: for JSONP calls - `cors`: allow Cross-origin resource sharing (allows XHR calls from other servers)