Chobbes / org-chef

A package for making a cookbook and managing recipes with org-mode.
MIT License
327 stars 33 forks source link

Add support for BBC Good Food recipes #63

Closed alexhuntley closed 3 years ago

alexhuntley commented 3 years ago

This adds support for BBC Good Food recipes (which is a different site to BBC Food!).

I have added the file org-chef-bbc-good-food.el which defines two functions and essentially just calls org-chef-json-ld-fetch and cleans up the directions (removing some <p> tags).

Chobbes commented 3 years ago

Awesome, thanks for the contribution!