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/cfg/pyAggr3g470r.cfg-sample | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cfg/pyAggr3g470r.cfg-sample') diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample index bc314ebe..97993533 100755 --- a/source/cfg/pyAggr3g470r.cfg-sample +++ b/source/cfg/pyAggr3g470r.cfg-sample @@ -14,3 +14,4 @@ password = your_password [misc] diaspora_pod = joindiaspora.com feed_list = ./var/feed.lst +http_proxy = 127.0.0.1:8118 -- cgit