commit: 98b6313d5dd073fcdeaad52c684f31c2cabc3715
parent: ee1ffbc87f0b2471e33b14561002c400cd8db861
Author: Adam Tauber <asciimoo@gmail.com>
Date: Tue, 4 Mar 2014 14:20:29 +0100
[fix] pep8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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