diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 14:20:29 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 14:20:29 +0100 |
commit | 98b6313d5dd073fcdeaad52c684f31c2cabc3715 (patch) | |
tree | 6dc506b4a0aed82f53135990bb3594ab951f9dec /searx/engines/google_news.py | |
parent | ee1ffbc87f0b2471e33b14561002c400cd8db861 (diff) | |
download | searxng-98b6313d5dd073fcdeaad52c684f31c2cabc3715.tar.gz searxng-98b6313d5dd073fcdeaad52c684f31c2cabc3715.zip |
[fix] pep8
Diffstat (limited to 'searx/engines/google_news.py')
-rw-r--r-- | searx/engines/google_news.py | 2 |
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 |