From c42aa9a1e2ec1a9afc0f6a3fbbc402a4d05ec4f7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 11 Aug 2013 14:13:31 +0200 Subject: It is now possible to fetch articles with feedparser through a HTTP proxy, for example privoxy/tor. The address of the proxy is specified in the configuration file. --- source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source/conf.py') diff --git a/source/conf.py b/source/conf.py index 0dc42170..98aa0d48 100644 --- a/source/conf.py +++ b/source/conf.py @@ -52,3 +52,4 @@ password = config.get('mail','password') DIASPORA_POD = config.get('misc', 'diaspora_pod') FEED_LIST = config.get('misc', 'feed_list') +HTTP_PROXY = config.get('misc', 'http_proxy') -- cgit