From d6a2d4f969369544cb4325a7870db00498878716 Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Sun, 7 Feb 2021 13:34:29 -0500 Subject: [enh] add engine - Docker Hub Slightly modified merge of commit [1cb1d3ac] from searx [PR 2543]: This adds Docker Hub .. as a search engine .. the engine's favicon was downloaded from the Docker Hub website with wget and converted to a PNG with ImageMagick .. It supports the parsing of URLs, titles, content, published dates, and thumbnails of Docker images. [1cb1d3ac] https://github.com/searx/searx/pull/2543/commits/1cb1d3ac [PR 2543] https://github.com/searx/searx/pull/2543 Signed-off-by: Markus Heiser --- searx/settings.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index c3d35ee2e..d3b7acc72 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -334,6 +334,11 @@ engines: engine : digg shortcut : dg + - name: docker hub + engine: docker_hub + shortcut: dh + categories: it + - name : erowid engine : xpath paging : True -- cgit v1.2.3