From 92b4a5c57ce553b04b3d0e6347b9c3b3ca1c6d04 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Mar 2017 17:25:12 -1000 Subject: [PATCH] README: remove :smart doc as it was dropped --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b610d86..4738b60 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ The arguments are: - `mono`: disable multithreading while fetching, makes debugging easier - `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