mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
update ATK scraper
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user