From f69ab1104715e6cdbf3be4f5c982bee2e0559b07 Mon Sep 17 00:00:00 2001 From: Tadej Obrstar Date: Thu, 13 Feb 2020 14:44:55 +0100 Subject: [PATCH] added template config file --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..99b25d8 --- /dev/null +++ b/config.toml @@ -0,0 +1,11 @@ +#url of rss feed +url = "" + +#download path +path = "" + +#show or surpress error messages +verbose = "false" + +#number of simultaneous downloads +parallel_download = 4