Browse Source

[fix] piratebay.sx is no longer available - using piratebay.se

asciimoo 11 years ago
parent
commit
76c9b2c782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/piratebay.py

+ 1 - 1
searx/engines/piratebay.py

@@ -5,7 +5,7 @@ from urllib import quote
 
 categories = ['videos', 'music']
 
-url = 'https://thepiratebay.sx/'
+url = 'https://thepiratebay.se/'
 search_url = url + 'search/{search_term}/0/99/{search_type}'
 search_types = {'videos': '200'
                ,'music' : '100'