lawrencewoodman / mida

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

Search for Schema data on an HTML string/Nokogiri elements? #23

Closed typhoon2099 closed 4 years ago

typhoon2099 commented 7 years ago

Can Mida be used on input data or is it only able to parse schema data directly from a URL? I'm working on a system which caches HTML locally so it is available to be used from a string during parsing of other data.