mirror of https://github.com/searxng/searxng.git
fix yggtorrent url + add it back
This commit is contained in:
parent
aef1161633
commit
4b37e10dd9
|
@ -12,7 +12,7 @@ from searx.poolrequests import get as http_get
|
||||||
|
|
||||||
# about
|
# about
|
||||||
about = {
|
about = {
|
||||||
"website": 'https://www2.yggtorrent.si',
|
"website": 'https://www4.yggtorrent.li/',
|
||||||
"wikidata_id": None,
|
"wikidata_id": None,
|
||||||
"official_api_documentation": None,
|
"official_api_documentation": None,
|
||||||
"use_official_api": False,
|
"use_official_api": False,
|
||||||
|
@ -25,7 +25,7 @@ categories = ['videos', 'music', 'files']
|
||||||
paging = True
|
paging = True
|
||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
url = 'https://www2.yggtorrent.si/'
|
url = 'https://www4.yggtorrent.li/'
|
||||||
search_url = url + 'engine/search?name={search_term}&do=search&page={pageno}&category={search_type}'
|
search_url = url + 'engine/search?name={search_term}&do=search&page={pageno}&category={search_type}'
|
||||||
|
|
||||||
# yggtorrent specific type-definitions
|
# yggtorrent specific type-definitions
|
||||||
|
|
|
@ -1022,13 +1022,12 @@ engines:
|
||||||
# Or you can use the html non-stable engine, activated by default
|
# Or you can use the html non-stable engine, activated by default
|
||||||
engine : youtube_noapi
|
engine : youtube_noapi
|
||||||
|
|
||||||
# tmp suspended: Cloudflare CAPTCHA
|
- name : yggtorrent
|
||||||
#- name : yggtorrent
|
engine : yggtorrent
|
||||||
# engine : yggtorrent
|
shortcut : ygg
|
||||||
# shortcut : ygg
|
url: https://www4.yggtorrent.li/
|
||||||
# url: https://www2.yggtorrent.si/
|
disabled : True
|
||||||
# disabled : True
|
timeout : 4.0
|
||||||
# timeout : 4.0
|
|
||||||
|
|
||||||
- name : dailymotion
|
- name : dailymotion
|
||||||
engine : dailymotion
|
engine : dailymotion
|
||||||
|
|
Loading…
Reference in New Issue