Crawl Recipes from Chefkoch
Get all recipes from Chefkoch by crawling the categories. Recipes are saved to file every 1000 recipes. This code is adapted from LeonZucchinis Version (https://github.com/leonzucchini/recipes).
Run order
- run crawl_category_subpages
- run parse_category_subpages
- run crawl_recipe_pages (this also runs parse_recipe_pages)