woob.capabilities.recipe
¶
- class CapRecipe[source]¶
Bases:
Capability
Recipe providers.
- class Recipe(id='', title='', url=None)[source]¶
Bases:
BaseObject
Recipe object.
- Variables:
url – (
str
) urltitle – (
str
) Title of the recipeauthor – (
str
) Author name of the recipepicture – (
BaseImage
) Picture of the dishshort_description – (
str
) Short description of a recipenb_person – (
list
) The recipe was made for this amount of personspreparation_time – (
int
) Preparation time of the recipe in minutescooking_time – (
int
) Cooking time of the recipe in minutesingredients – (
list
) Ingredient list necessary for the recipeinstructions – (
str
) Instruction step list of the recipecomments – (
list
) User comments about the recipe