logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 7716806c3d028bf8f30dfea4addf3812e2c6c8ba
parent e7d90b8e86a30db41b040ccf608a16be7d75a8bc
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Sun, 25 Jan 2015 10:21:44 +0100

[fix] btdigg

Diffstat:

Msearx/engines/btdigg.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/engines/btdigg.py b/searx/engines/btdigg.py @@ -21,7 +21,7 @@ paging = True # search-url url = 'https://btdigg.org' -search_url = url + '/search?q=22%20jump%20street&p=1' +search_url = url + '/search?q={search_term}&p={pageno}' # specific xpath variables magnet_xpath = './/a[@title="Torrent magnet link"]'