add: ej1 whoosh

This commit is contained in:
2026-03-18 19:55:21 +01:00
parent ed61afac69
commit 808ff8896e
12 changed files with 255 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from whoosh import index, qparser, query
BASE_URL = "https://recetas.elperiodico.com"
RECIPES_URL = BASE_URL + "/Recetas-de-Aperitivos-tapas-listado_receta-1_1.html"
DATA_DIR = Path(__file__).parent.parent / "index"
DATA_DIR = Path(__file__).parent / "index"
def init_ssl():
import os, ssl