From fec3ecd257c34fba37703b2999ab5ea902314657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 3 May 2020 00:37:24 +0200 Subject: Option "reupload-if-updated" --- config.yml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index bef8f08..52eae0a 100644 --- a/config.yml.example +++ b/config.yml.example @@ -57,6 +57,9 @@ options: # perfectly. When this flag is enabled, all items which don't match exactly any previously downloaded item are # considered as new items. always-new: false + # If an item is updated, but has been deleted on the server already, it is re-uploaded when this option is true. + # Else it is ignored. + reupload-if-updated: false ## Feeds # Each feed must have a name and a URL. The name must be unique. -- cgit v1.2.3