mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
little refactoring
This commit is contained in:
@@ -24,6 +24,7 @@ language_support = True
|
||||
base_url = 'https://www.bing.com/'
|
||||
search_string = 'news/search?{query}&first={offset}'
|
||||
|
||||
|
||||
# do search-request
|
||||
def request(query, params):
|
||||
offset = (params['pageno'] - 1) * 10 + 1
|
||||
|
||||
Reference in New Issue
Block a user