Pārlūkot izejas kodu

removed unused indicies array

Apply55gx 8 gadus atpakaļ
vecāks
revīzija
18a4e7035f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      searx/engines/genius.py

+ 0
- 1
searx/engines/genius.py Parādīt failu

20
 language_support = False
20
 language_support = False
21
 page_size = 5
21
 page_size = 5
22
 
22
 
23
-indicies = ['top_hit', 'song', 'lyric', 'artist', 'album', 'tag', 'video', 'article', 'user']
24
 url = 'https://genius.com/api/'
23
 url = 'https://genius.com/api/'
25
 search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
24
 search_url = url + 'search/{index}?{query}&page={pageno}&per_page={page_size}'
26
 
25