浏览代码

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