From ffea5d8ef5540bc4be08b2b26e1819d5401f854d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 3 Jan 2022 12:40:06 +0100 Subject: [docs] add documentation for the scripts in searxng_extra/update Signed-off-by: Markus Heiser --- searxng_extra/update/update_engine_descriptions.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searxng_extra/update/update_engine_descriptions.py') diff --git a/searxng_extra/update/update_engine_descriptions.py b/searxng_extra/update/update_engine_descriptions.py index 51cfc7cc2..bab1a0349 100755 --- a/searxng_extra/update/update_engine_descriptions.py +++ b/searxng_extra/update/update_engine_descriptions.py @@ -1,6 +1,13 @@ #!/usr/bin/env python # SPDX-License-Identifier: AGPL-3.0-or-later +"""Fetch website description from websites and from +:origin:`searx/engines/wikidata.py` engine. + +Output file: :origin:`searx/data/engine_descriptions.json`. + +""" + import json from urllib.parse import urlparse from os.path import join -- cgit v1.2.3