lawrencewoodman / mida

A Microdata parser/extractor library for Ruby
http://lawrencewoodman.github.io/mida
Other
77 stars 18 forks source link

Image src is not parsed #20

Open jonblack opened 7 years ago

jonblack commented 7 years ago

With the following HTML saved to example_schema:

<div itemscope itemtype="http://schema.org/Product">
  <img itemprop="image" src="product-image.jpg" />
</div>

Running mida example_schema returns:

:type: http://schema.org/Product
:properties:
  image:
  - ''

This is with mida 0.4.0.