julianpoy / RecipeClipper

A JavaScript util for scraping recipes from (almost) any website
GNU Affero General Public License v3.0
72 stars 3 forks source link

fix: Add support for schemas that are just arrays of schemas #26

Closed julianpoy closed 3 years ago

julianpoy commented 3 years ago

Some sites (looking at you, AllRecipes), define their json-ld schemas as arrays of schemas, rather than as an @graph like the spec specifies. This adds support for json-ld that is just an array of schemas.

julianpoy commented 3 years ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: