fix: correct sell_directly extraction using JSON API (#765)

This commit is contained in:
Jens
2026-01-17 16:34:31 +01:00
committed by GitHub
parent 12dc3d2e13
commit 183c01078e
3 changed files with 211 additions and 15 deletions

View File

@@ -257,6 +257,9 @@ kleinanzeigen_bot/extract.py:
"Legacy breadcrumb selectors not found within %.1f seconds (collected ids: %s)": "Ältere Breadcrumb-Selektoren nicht innerhalb von %.1f Sekunden gefunden (gesammelte IDs: %s)"
"Unable to locate breadcrumb fallback selectors within %(seconds).1f seconds.": "Ältere Breadcrumb-Selektoren konnten nicht innerhalb von %(seconds).1f Sekunden gefunden werden."
_extract_sell_directly_from_ad_page:
"Could not extract ad ID from URL: %s": "Konnte Anzeigen-ID nicht aus der URL extrahieren: %s"
#################################################
kleinanzeigen_bot/utils/i18n.py:
#################################################