diff options
| author | pw3t <romain@berthor.fr> | 2014-01-17 20:32:38 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-17 20:32:38 +0100 |
| commit | a62b94e21c4c521430fb3b37f4241adb1faee63c (patch) | |
| tree | b53f9a2280c0467fd370f1292bd030b242c6a611 /searx/engines | |
| parent | dd1baa6d5894c814625cdf19e71b797ab6354d9c (diff) | |
| parent | cc5e7e94310f4670248754df59db3c3600543469 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx
Diffstat (limited to 'searx/engines')
| -rw-r--r-- | searx/engines/piratebay.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py index 11538dd6b..9cf410106 100644 --- a/searx/engines/piratebay.py +++ b/searx/engines/piratebay.py @@ -9,6 +9,7 @@ url = 'https://thepiratebay.se/' search_url = url + 'search/{search_term}/0/99/{search_type}' search_types = {'videos': '200' ,'music' : '100' + ,'files' : '0' } def request(query, params): |