it is cover image also i think that my template works with recipes better that yours i lost(dont know how to support video) so i share to you my code for recipes: ?exists: //div[@class="recipe-content-wrapper"] title: //header[@itemprop="name"] <figure>: //figure[1]/.. <figcaption>: $$/small cover: //figure[1][figure] description: //div[@class="recipe-details-container"]/p[text()] $prep: //div[@class="recipe-preparation"] $ingr: //div[@class="recipe-ingredients"]/ul/li
Personally i think it's very nice of you to share your code :) thanks for that nice gesture.
Type of issue
IV page is missing essential content
Reported
Jun 16, 2017
Log In
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
also i think that my template works with recipes better that yours
i lost(dont know how to support video) so i share to you my code for recipes:
?exists: //div[@class="recipe-content-wrapper"]
title: //header[@itemprop="name"]
<figure>: //figure[1]/..
<figcaption>: $$/small
cover: //figure[1][figure]
description: //div[@class="recipe-details-container"]/p[text()]
$prep: //div[@class="recipe-preparation"]
$ingr: //div[@class="recipe-ingredients"]/ul/li
$details: //div[@class="recipe-details-container"]/p[text()]
@prepend_to($ingr): //p[text()="Ingredients"]
@replace_tag(<aside>): //div[@class="recipe-details"]
@replace_tag(<h3>): //p[@class="recipe-title"]
@replace_tag(<li>): //ul
@replace_tag(<p>): //li[@itemprop="recipeIngredient"]
@replace_tag(<h6>): //p[@class="ingredients-title"]
author: //div[@class="recipe-byline"]/div[@itemprop="author"]
@datetime: //time[@class="recipe-time"]
published_date: $@
@remove: //div[@class="recipe-rate"]
@remove: //span[text()="print recipe"]
body: //div