diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 14:13:31 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 14:13:31 +0200 |
commit | c42aa9a1e2ec1a9afc0f6a3fbbc402a4d05ec4f7 (patch) | |
tree | 020b9eae53956ff1d9daa1ed97ef554f5115c73a /source/cfg/pyAggr3g470r.cfg-sample | |
parent | The /management page dislays the number of indexed documents. (diff) | |
download | newspipe-c42aa9a1e2ec1a9afc0f6a3fbbc402a4d05ec4f7.tar.gz newspipe-c42aa9a1e2ec1a9afc0f6a3fbbc402a4d05ec4f7.tar.bz2 newspipe-c42aa9a1e2ec1a9afc0f6a3fbbc402a4d05ec4f7.zip |
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.
Diffstat (limited to 'source/cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-x | source/cfg/pyAggr3g470r.cfg-sample | 1 |
1 files changed, 1 insertions, 0 deletions
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 |