From a99881796a0976d3c7877c4a9356f7b11eaa0f7c Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Mon, 6 Nov 2023 19:19:31 +0000 Subject: [PATCH] first function works, actuall xml parser has still problems with certain xml types --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab7035..90bde74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /venv -/spiders/pages/* -/spiders/output/* +/spiders/pages/** +/spiders/output/**