flauschtrud / broccoli

Broccoli is a free recipe app that lets you build your own personal recipe collection and helps you cook in a more eco-friendly way.
GNU General Public License v3.0
70 stars 6 forks source link

Broccoli can't scrape based.cooking recipies #203

Closed hhartzer closed 1 year ago

hhartzer commented 1 year ago

based.cooking is awesome! Unfortunately, Broccoli can't seem to scrape it.

I'm not sure if this is a metadata issue or what it would take to add support, so I am opening this issue on both ends.

Issue on based.cooking: https://github.com/LukeSmithxyz/based.cooking/issues/954

flauschtrud commented 1 year ago

I just had a look and yes, it's a metadata issue. Broccoli is looking for metadata in JSON-LD format, but this site is extremely sparse (I assume intentionally) and does not provide any JSON-LD metadata. Most websites and blogs use plugins that generate this kind of data, but this site seems to just collect the recipes as MD files without any additional structure.

hhartzer commented 1 year ago

Thank you! I will look into that.