Browse Source

Merge pull request #520 from return42/fix-genesis-http

[fix] enigne library genesis - remove 'enable_http: true'
Markus Heiser 3 years ago
parent
commit
95c296646c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/settings.yml

+ 0 - 1
searx/settings.yml

@@ -801,7 +801,6 @@ engines:
 
   - name: library genesis
     engine: xpath
-    enable_http: true
     search_url: https://libgen.rs/search.php?req={query}
     url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
     title_xpath: //a[contains(@href,"book/")]/text()[1]