ソースを参照

[enh] general torrent search with piratebay

asciimoo 11 年 前
コミット
2d179c4cf6
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      searx/engines/piratebay.py

+ 1
- 0
searx/engines/piratebay.py ファイルの表示

@@ -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):