mealie-recipes/mealie

[BUG] - Recipie Parser can't handle prices

Open

#5.422 geöffnet am 6. Mai 2025

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (455 Forks)batch import
bugbug: confirmedgood first issue

Repository-Metriken

Stars
 (4.270 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 21h 6m) (61 gemergte PRs in 30 T)

Beschreibung

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

What is the issue you are experiencing?

Some of the websites I use append price data in their ingredients lists and the recipe parsers can't handle that, when it really should be parsed to notes.

2 Tbsp cooking oil* ($0.10) 1/4 tsp cayenne pepper ($0.02)

Side note, they also can't handle the asterisk some sites add when they have a note on an ingredient. It should be possible to filter that out of the ingredient name.

Steps to Reproduce

Import recipe with priced ingredients

Please provide relevant logs

N/A

Mealie Version

v2.8.0

Deployment

Other (please specify below)

Additional Deployment Details

Nix

Contributor Guide