Second-Hand-Friends / kleinanzeigen-bot

A dilligent command line tool to publish ads on kleinanzeigen.de
GNU Affero General Public License v3.0
217 stars 45 forks source link

FIX extract special attributes from ad page #320

Closed provinzio closed 3 months ago

provinzio commented 3 months ago

Format of special attribute changed to "key:value|key:value" instead of "key:value,key:value".

Issue #, if available: #318

Description of changes:

Instead of transforming the string to JSON, directly create a dictionary from belen_conf from the changed format

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Credits @dbcesar https://github.com/Second-Hand-Friends/kleinanzeigen-bot/issues/318#issuecomment-2225804554

sebthom commented 3 months ago

Thanks!