Preview
Link Preview
Skillet Berry Crisp
Make the most of sweet summer fruit with this quick and easy berry-filled crisp.
Make the most of sweet summer fruit with this quick and easy berry-filled crisp.

Issue #1
- Declined by admin
- Cover in this case is optional.
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
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