mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Consolidate description text processing into __get_description_with_affixes method: - Move @ -> (at) replacement into the method - Remove duplicate prefix/suffix handling code - Ensure consistent description text processing in one place This fixes #432 by ensuring consistent handling of description affixes and text transformations.