upgrade scraping and searching

This commit is contained in:
2023-05-14 18:15:10 +02:00
parent 38a428eb52
commit fc84fdf4f6
12 changed files with 239 additions and 120 deletions

View File

@@ -20,6 +20,7 @@ def check_elastic_document(element):
"text": element["text"],
"title": element["title"],
#"source": get_source(post),
"prio": element.get("prio", 1000),
"url": element["url"],
"updated_at": str(element["updated_at"])
}