mirror of https://github.com/searxng/searxng.git
[fix] solidtorrents redirects
This commit is contained in:
parent
cf8a6cf6db
commit
92d39de410
|
@ -18,7 +18,7 @@ from searx.utils import (
|
|||
)
|
||||
|
||||
about = {
|
||||
"website": 'https://www.solidtorrents.net/',
|
||||
"website": 'https://www.solidtorrents.to/',
|
||||
"wikidata_id": None,
|
||||
"official_api_documentation": None,
|
||||
"use_official_api": False,
|
||||
|
@ -30,7 +30,7 @@ categories = ['files']
|
|||
paging = True
|
||||
|
||||
# base_url can be overwritten by a list of URLs in the settings.yml
|
||||
base_url = 'https://solidtorrents.net'
|
||||
base_url = 'https://solidtorrents.to'
|
||||
|
||||
|
||||
def request(query, params):
|
||||
|
|
|
@ -1421,8 +1421,6 @@ engines:
|
|||
shortcut: solid
|
||||
timeout: 4.0
|
||||
base_url:
|
||||
- https://solidtorrents.net
|
||||
- https://solidtorrents.eu
|
||||
- https://solidtorrents.to
|
||||
- https://bitsearch.to
|
||||
|
||||
|
|
Loading…
Reference in New Issue