diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-13 12:23:30 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-13 12:23:30 +0200 |
| commit | 4d9054114c830fb951dd27d816d5b74f3522bdb5 (patch) | |
| tree | bbd8ce0924937acb51845ebc4ac7f8e07339cece /config/searx | |
| parent | 2ff633b130ae25363db3281c5db92e72da916045 (diff) | |
debug
Diffstat (limited to 'config/searx')
| -rw-r--r-- | config/searx/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix index 9b025c5..d8ec204 100644 --- a/config/searx/default.nix +++ b/config/searx/default.nix @@ -102,10 +102,10 @@ in { ]) ++ [{ name = "emojipedia"; engine = "xpath"; - search_url = "https://emojipedia.org/search/q?={query}"; + search_url = "https://emojipedia.org/search/?q={query}"; url_xpath = ''//ol[@class="search-results"]/li/h2/a/@href''; - title_xpath = ''//ol[@class="search-results"]/li/h2/a/text()''; - content_xpath = ''//ol[@class="search-results"]/li/p/''; + title_xpath = ''//ol[@class="search-results"]/li/h2/a''; + content_xpath = ''//ol[@class="search-results"]/li/p''; shortcut = "emoji"; disabled = true; about = { |
