-
-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SCRAPER] - Units for "Servings", "Minutes" and "Hour" missing in German localization #2807
Comments
To give more context, when scraping from a German recipe site like chefkoch.de, the units for "Servings" as well as for the preparation/cooking times (in "Minutes" and "Hours") are not translated into German, while the rest of the recipe details are properly translated is (e.g. "Teelöffel" for "teaspoon").
|
The times using English words is definitely an issue with how we parse ISO 8601 durations: mealie/mealie/services/scraper/cleaner.py Lines 408 to 423 in f8ad72e
I'm not sure where the word "serving" comes from but it's probably a similar issue. |
First Check
I used the GitHub search to find a similar issue and didn't find it.
I have verified that this issue is not related to the underlying library
hhyrsev/recipe-scrapers by 1) checking
the debugger and data is returned, 2)
verifying that there are errors in the log related to application level code, or
3) verified that the site provides recipe data, or is otherwise supported by
hhyrsev/recipe-scrapers
This issue can be replicated on the demo site (https://demo.mealie.io/)
Please provide 1-5 example URLs that are having errors
https://www.chefkoch.de/rezepte/1313551236082544/Baumkuchen.html
Please provide your logs for the Mealie container
docker logs <container-id> > mealie.logs
2023-12-09-mealie.log
Deployment
Docker (Linux)
The text was updated successfully, but these errors were encountered: