diff options
author | Alexandre Flament <alex@al-f.net> | 2021-11-19 12:45:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 12:45:56 +0100 |
commit | f6bfc8f4615ba91f3c54687ae9f0dc828507573e (patch) | |
tree | 63f8ee6d3bd2d7e9d7f494b325047c75ac93060d /searx | |
parent | e82e37ce6dffe2796b0fae63d893ad637c2be37b (diff) | |
parent | af79cce7cf96e3bd1290a576e25d28fdbf7525d5 (diff) | |
download | searxng-f6bfc8f4615ba91f3c54687ae9f0dc828507573e.tar.gz searxng-f6bfc8f4615ba91f3c54687ae9f0dc828507573e.zip |
Merge pull request #509 from mrpaulblack/library-of-genesis-category
[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 |