You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was that the times coming from the recipe scraper were not in the expected format scraper.schema.data.get('prepTime')='P0DT0H40M' scraper.schema.data.get('totalTime')='P0DT1H20M' scraper.schema.data.get('performTime')=None
This is partially fixed by PR #733 (Total time + Prep time are now imported)
Note the scraper did not manage to capture the perform (cook) time for the recipe - so it could not be imported.
If it's important, the scraper would need to be improved for this website
When playing around with the recipe debugger in #736, I found the cook time for this recipe was in the schema - just as cookTime instead of performTime
Describe the bug
I want to import a recipe and it works fine but the time factors are not importet.
Steps To Reproduce
Please be specific!
Expected behavior
All times will be importet
Total Time
Prep Time
Cook Time
Actual Behavior
No information about time will be importet
Device Information (please complete the following information):
The text was updated successfully, but these errors were encountered: