Adam Tauber 11 anos atrás
pai
commit
98b6313d5d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      searx/engines/google_news.py

+ 1
- 1
searx/engines/google_news.py Ver arquivo

@@ -6,7 +6,7 @@ from json import loads
6 6
 categories = ['news']
7 7
 
8 8
 url = 'https://ajax.googleapis.com/'
9
-search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}' # noqa
9
+search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}'  # noqa
10 10
 
11 11
 paging = True
12 12
 language_support = True