diff options
| author | mrpaulblack <paul@paulgo.io> | 2021-11-17 00:57:13 +0100 |
|---|---|---|
| committer | mrpaulblack <paul@paulgo.io> | 2021-11-17 00:57:13 +0100 |
| commit | af79cce7cf96e3bd1290a576e25d28fdbf7525d5 (patch) | |
| tree | eb49f30bc16c4f8f79aa23746958ca565cbf61e5 /searx | |
| parent | 34aaac135baec5849220cdd9fe344d617b9aef7a (diff) | |
[engines] move library of genesis from general to files category
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 475c94989..7dade563e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -806,7 +806,7 @@ engines: url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href title_xpath: //a[contains(@href,"book/")]/text()[1] content_xpath: //td/a[1][contains(@href,"=author")]/text() - categories: general + categories: files timeout: 7.0 disabled: true shortcut: lg |