mealie-recipes/mealie

[BUG] - Recipie Parser can't handle prices

Open

#5,422 opened on 2025年5月6日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Python (4,270 stars) (455 forks)batch import
bugbug: confirmedgood first issue

説明

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

コントリビューターガイド