summaryrefslogtreecommitdiff
path: root/searx/engines/google_news.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-04 15:06:27 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-04 15:06:27 +0100
commit07f83cab224d2ddf1f7fd8b544f2f2d6679c2416 (patch)
tree704746222d964c82213efaa75840f6f85e85cde9 /searx/engines/google_news.py
parentfe35c86c947f503ae2e1e7633d3355204e48ae12 (diff)
parent71c2e8222bc5d7115e8e2ed415057f66da3a2f09 (diff)
Merge remote-tracking branch 'asciimoo/master'
Diffstat (limited to 'searx/engines/google_news.py')
-rw-r--r--searx/engines/google_news.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google_news.py b/searx/engines/google_news.py
index ca27a5b2f..935718609 100644
--- a/searx/engines/google_news.py
+++ b/searx/engines/google_news.py
@@ -6,7 +6,7 @@ from json import loads
categories = ['news']
url = 'https://ajax.googleapis.com/'
-search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}' # noqa
+search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}' # noqa
paging = True
language_support = True