diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-01-11 15:22:26 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-01-11 15:22:26 +0100 |
commit | 6d0e7c8fe0da4ce96fb9c7df3ab9c970f3a2913d (patch) | |
tree | 36d6ff44e909aa00bcb52adbe1f2fe5ede1f53f3 /src/conf.py | |
parent | Moved the crawler in the parent folder. (diff) | |
parent | fixing stuffs (diff) | |
download | newspipe-6d0e7c8fe0da4ce96fb9c7df3ab9c970f3a2913d.tar.gz newspipe-6d0e7c8fe0da4ce96fb9c7df3ab9c970f3a2913d.tar.bz2 newspipe-6d0e7c8fe0da4ce96fb9c7df3ab9c970f3a2913d.zip |
Merge pull request #30 from jaesivsm/master
misc fixes on crawlers and use of User-Agent
Diffstat (limited to 'src/conf.py')
-rw-r--r-- | src/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf.py b/src/conf.py index a3e7e3bb..7db65fd1 100644 --- a/src/conf.py +++ b/src/conf.py @@ -33,8 +33,7 @@ DEFAULTS = {"platform_url": "https://JARR.herokuapp.com/", "default_max_error": "3", "log_path": "jarr.log", "log_level": "info", - "user_agent": "JARR " - "(https://github.com/JARR-aggregator)", + "user_agent": "JARR (https://github.com/JARR-aggregator)", "resolve_article_url": "false", "http_proxy": "", "secret": "", |