mirror of https://github.com/searxng/searxng.git
Remove categories
This commit is contained in:
parent
a320328dda
commit
4776abd1ac
|
@ -5,7 +5,7 @@ from urlparse import urljoin
|
|||
|
||||
url = 'https://1337x.to/'
|
||||
search_url = url + 'search/{search_term}/{pageno}/'
|
||||
categories = ['videos', 'music', 'files']
|
||||
categories = ['videos']
|
||||
paging = True
|
||||
|
||||
|
||||
|
|
|
@ -591,7 +591,7 @@ engines:
|
|||
- name : 1337x
|
||||
engine : 1337x
|
||||
shortcut : 1337x
|
||||
disabled : False
|
||||
disabled : True
|
||||
|
||||
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
||||
# - name : blekko images
|
||||
|
|
Loading…
Reference in New Issue