georgegebbett / recipe-buddy

Recipe Buddy is a tool that enables the easy adding of recipes to Grocy through web scraping.
GNU General Public License v3.0
172 stars 29 forks source link

Copy-Paste Recipe Field #501

Open sidial01 opened 1 month ago

sidial01 commented 1 month ago

Not all recipes come from a website that is easily scraped. For example, OnceAMonthMeals.com has theirs locked behind a paywall, for good reason. There's recipes that I've built over the years and adjusted in MyFitnessPal.

A plain-text field which is parsed by line for the ingredients would be a good starting point. (MFP can do it, I'm not sure which other recipe parser could.)