summaryrefslogtreecommitdiff
path: root/searx/engines
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines')
-rw-r--r--searx/engines/piratebay.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py
index adee6c1fd..ab0dfd44c 100644
--- a/searx/engines/piratebay.py
+++ b/searx/engines/piratebay.py
@@ -20,7 +20,7 @@ categories = ['videos', 'music', 'files']
paging = True
# search-url
-url = 'https://thepiratebay.se/'
+url = 'https://thepiratebay.am/'
search_url = url + 'search/{search_term}/{pageno}/99/{search_type}'
# piratebay specific type-definitions
@@ -42,10 +42,6 @@ def request(query, params):
search_type=search_type,
pageno=params['pageno'] - 1)
- # FIX: SSLError: hostname 'kthepiratebay.se'
- # doesn't match either of 'ssl2000.cloudflare.com', 'cloudflare.com', '*.cloudflare.com'
- params['verify'] = False
-
return params