corrections on comments and accents striping in all recipe backends
This commit is contained in:
parent
b6c17ed90c
commit
8ec69cdcd2
6 changed files with 36 additions and 26 deletions
|
|
@ -71,7 +71,7 @@ class RecipePage(BasePage):
|
|||
ingredients = NotAvailable
|
||||
picture_url = NotAvailable
|
||||
instructions = NotAvailable
|
||||
comments = []
|
||||
comments = NotAvailable
|
||||
|
||||
title = unicode(self.parser.select(self.document.getroot(), 'h1 span[property$=name]', 1).text)
|
||||
main = self.parser.select(self.document.getroot(), 'div[typeof$=Recipe]', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue