update ATK scraper
This commit is contained in:
parent
7930c2417c
commit
ae3835b541
@ -52,7 +52,7 @@ class CooksIllustrated(AbstractScraper):
|
|||||||
i = []
|
i = []
|
||||||
return "\n".join(
|
return "\n".join(
|
||||||
i
|
i
|
||||||
+ [self.recipe['whyThisWorks']]
|
+ [self.recipe.get('whyThisWorks','')]
|
||||||
+ [
|
+ [
|
||||||
instruction['fields']['content']
|
instruction['fields']['content']
|
||||||
for instruction in self.recipe['instructions']
|
for instruction in self.recipe['instructions']
|
||||||
|
Loading…
Reference in New Issue
Block a user