diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-17 17:07:25 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-17 17:07:25 +0100 |
commit | 2d179c4cf6817be2171451311e427a7828b0f61e (patch) | |
tree | f45eb8f4483d492cf89b9cc9353610cb98c608b8 | |
parent | 1db082a28738ff126a2f4d34777f2b6d6efc6d31 (diff) | |
download | searxng-2d179c4cf6817be2171451311e427a7828b0f61e.tar.gz searxng-2d179c4cf6817be2171451311e427a7828b0f61e.zip |
[enh] general torrent search with piratebay
-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): |