Thomas Pointhuber hace 10 años
padre
commit
7716806c3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/engines/btdigg.py

+ 1
- 1
searx/engines/btdigg.py Ver fichero

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