mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
6.76k stars 697 forks source link

[SCRAPER] - Aldi (Australia) #3686

Closed RavHilton closed 4 months ago

RavHilton commented 4 months ago

First Check

Please provide 1-5 example URLs that are having errors

https://www.aldi.com.au/recipes/main-meals-recipes/spinach-soup-recipe/ https://www.aldi.com.au/recipes/main-meals-recipes/sausage-and-zucchini-skewers-with-rice-salad-recipe/ https://www.aldi.com.au/recipes/main-meals-recipes/oregano-and-orange-roast-chicken-recipe/ https://www.aldi.com.au/baked-brie-honey-and-walnut-pita-recipe/ https://www.aldi.com.au/recipes/breakfast-recipes/cheesy-oats-with-brussels-sprouts-and-sweet-potato-recipe/

Please provide your logs for the Mealie container docker logs <container-id> > mealie.logs

ERROR 2024-06-03T15:23:41 - Recipe Scraper was unable to extract a recipe from https://www.aldi.com.au/recipes/main-meals-recipes/spinach-soup-recipe/ ERROR 2024-06-03T15:36:43 - Recipe Scraper was unable to extract a recipe from https://www.aldi.com.au/recipes/breakfast-recipes/cheesy-oats-with-brussels-sprouts-and-sweet-potato-recipe/

Deployment

Docker (Synology)

Mraedis commented 4 months ago

hhursev/recipe-scrapers does not scrape any aldi recipes.

Kuchenpirat commented 4 months ago

Hey, Our underlying library (linked on top) does need either a recipe schema to be present or the site has to be manually added. Neither is the case for aldi.com.au.

So there is not much to be done on the mealie side of things.

You can open a feature request over at hhyrsev/recipe-scrapers but please stick to their template.

I'll close this as this is not a mealie issue.