forked from zaclys/searxng
[fix] piratebay url
This commit is contained in:
parent
0e6f8393ab
commit
6be2065670
|
@ -20,7 +20,7 @@ categories = ['videos', 'music', 'files']
|
||||||
paging = True
|
paging = True
|
||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
url = 'https://thepiratebay.cr/'
|
url = 'https://thepiratebay.se/'
|
||||||
search_url = url + 'search/{search_term}/{pageno}/99/{search_type}'
|
search_url = url + 'search/{search_term}/{pageno}/99/{search_type}'
|
||||||
|
|
||||||
# piratebay specific type-definitions
|
# piratebay specific type-definitions
|
||||||
|
|
Loading…
Reference in New Issue