mirror of
https://github.com/searx/searx
synced 2024-12-01 22:51:01 +01:00
[fix] btdigg
This commit is contained in:
parent
e7d90b8e86
commit
7716806c3d
@ -21,7 +21,7 @@ paging = True
|
|||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
url = 'https://btdigg.org'
|
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
|
# specific xpath variables
|
||||||
magnet_xpath = './/a[@title="Torrent magnet link"]'
|
magnet_xpath = './/a[@title="Torrent magnet link"]'
|
||||||
|
Loading…
Reference in New Issue
Block a user