Refactored category and special attribute (#550)

This commit is contained in:
Heavenfighter
2025-06-12 14:08:06 +02:00
committed by GitHub
parent 86140c77f8
commit 0305a10eae
3 changed files with 68 additions and 11 deletions

View File

@@ -855,8 +855,8 @@ class KleinanzeigenBot(WebScrapingMixin):
"new_with_tag": "Neu mit Etikett",
"new": "Neu",
"like_new": "Sehr Gut",
"alright": "Gut",
"ok": "In Ordnung",
"ok": "Gut",
"alright": "In Ordnung",
"defect": "Defekt",
}
mapped_condition = condition_mapping.get(condition_value)