diff --git a/autotests/extractordata/web/restaurant.html.json b/autotests/extractordata/web/restaurant.html.json index 450e494..da9ed83 100644 --- a/autotests/extractordata/web/restaurant.html.json +++ b/autotests/extractordata/web/restaurant.html.json @@ -1,15 +1,16 @@ [ { "@context": "http://schema.org", "@type": "FoodEstablishment", "address": { "@type": "PostalAddress", "addressCountry": "US", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10019", "streetAddress": "148 W 51st St" }, + "image": "https://example.com/photos/1x1/photo.jpg", "name": "Trattoria Luigi" } ]