TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.13k stars 547 forks source link

Importing recipes from America's Test Kitchen is broken #3155

Closed pvince closed 1 month ago

pvince commented 1 month ago

Tandoor Version

1.5.17

Import URL

https://www.americastestkitchen.com/recipes/16147-savory-orange-beurre-monte

When did the issue happen?

The example URL here is one of the public recipes available from the ATK website, but the issue happens with all ATK recipes from what I can tell. I think they recently changed the way their website renders recipes to use a more data driven approach. Looking at the website source there is embedded JSON that represents the recipe now.

The issue happens however I attempt to import the recipe. Methods I tried:

Each fails with the error, "Failure: There was an error importing the recipe!"

Response / message shown

Failure
There was an error importing the recipe!
smilerz commented 1 month ago

ATK has been added to the upstream recipe scraper. Once it's published tandoor will be updated to use that instead of the current custom scraper.

(Amusingly, this recipe was one of my test recipes)