diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-15 00:18:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-15 00:18:28 +0200 |
commit | 599a2f74e489c7d9a7cda0078b066e594912ee69 (patch) | |
tree | 69baab34e242c689757138dd90676005507eaee4 /source/cfg/pyAggr3g470r.cfg-sample | |
parent | Updated revision number in the Sphinx documentation. (diff) | |
download | newspipe-599a2f74e489c7d9a7cda0078b066e594912ee69.tar.gz newspipe-599a2f74e489c7d9a7cda0078b066e594912ee69.tar.bz2 newspipe-599a2f74e489c7d9a7cda0078b066e594912ee69.zip |
It is now possible to set the user-agent used by the feed parser.
Diffstat (limited to 'source/cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-x | source/cfg/pyAggr3g470r.cfg-sample | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample index 97993533..f22e2850 100755 --- a/source/cfg/pyAggr3g470r.cfg-sample +++ b/source/cfg/pyAggr3g470r.cfg-sample @@ -4,6 +4,10 @@ port = 27017 dbname = bob_pyaggr3g470r user = bob password = +[feedparser] +http_proxy = 127.0.0.1:8118 +user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r) +feed_list = ./var/feed.lst [mail] enabled = 0 mail_from = pyAggr3g470r@no-reply.com @@ -12,6 +16,4 @@ smtp = smtp.example.com username = your_mail_address@example.com password = your_password [misc] -diaspora_pod = joindiaspora.com -feed_list = ./var/feed.lst -http_proxy = 127.0.0.1:8118 +diaspora_pod = joindiaspora.com
\ No newline at end of file |