Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. set(#html,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.allrecipes.com/recipe/14231/guacamole/", "", "", "", "", ""),"Global")
  2. set(#_title,$plugin function("HeopasCustom.dll", "$Heopas Xpath Parser", #html, "//h1[@id=\'recipe-main-content\']", "InnerText", ""),"Global")
  3. set(#_description,$plugin function("HeopasCustom.dll", "$Heopas Xpath Parser", #html, "//meta[@name=\'description\']", "content", ""),"Global")
  4. set(#_rating,$plugin function("HeopasCustom.dll", "$Heopas Xpath Parser", #html, "//div[@class=\'recipe-summary__stars\']/div[@class=\'rating-stars\']", "data-ratingstars", ""),"Global")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement