mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
removed unused indicies array
This commit is contained in:
@@ -20,7 +20,6 @@ paging = True
|
|||||||
language_support = False
|
language_support = False
|
||||||
page_size = 5
|
page_size = 5
|
||||||
|
|
||||||
indicies = ['top_hit', 'song', 'lyric', 'artist', 'album', 'tag', 'video', 'article', 'user']
|
|
||||||
url = 'https://genius.com/api/'
|
url = 'https://genius.com/api/'
|
||||||
search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
|
search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user