Kaynağa Gözat

[enh] general torrent search with piratebay

asciimoo 11 yıl önce
ebeveyn
işleme
2d179c4cf6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      searx/engines/piratebay.py

+ 1
- 0
searx/engines/piratebay.py Dosyayı Görüntüle

@@ -9,6 +9,7 @@ url = 'https://thepiratebay.se/'
9 9
 search_url = url + 'search/{search_term}/0/99/{search_type}'
10 10
 search_types = {'videos': '200'
11 11
                ,'music' : '100'
12
+               ,'files' : '0'
12 13
                }
13 14
 
14 15
 def request(query, params):