Second-Hand-Friends / kleinanzeigen-bot

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

fix: special attributes cannot be parsed as JSON #312 #313

Closed Saghalt closed 2 months ago

Saghalt commented 2 months ago

Issue #, if available: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/issues/312

Description of changes: kleinanzeigen returns a non valid JSON string for the special_attributes. I converted the string to a valid JSON object.

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

sebthom commented 2 months ago

@Saghalt thanks!