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