You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@any23.apache.org by Frank Apap <fs...@gmail.com> on 2015/12/04 18:17:24 UTC

Processing Recipes

Hi, Im trying to process recipes that are marked up, one example of such a
recipe is:

http://allrecipes.com/recipe/203229/moms-buttermilk-pancakes/

This page can be processed by google rich snippets, but when I try the
following it doesn't return results:

any23 rover -e html-mf-hrecipe
http://allrecipes.com/recipe/203229/moms-buttermilk-pancakes/

Using the following I get json results but they are generic (not recipe
specific):

sudo any23 rover -e html-microdata
http://allrecipes.com/recipe/203229/moms-buttermilk-pancakes/

Am I missing something?  My ultimate goal is to get the recipe into a java
object, what would be the best way to do that?