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 = []
|
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']
|
||||||
|
|||||||
Reference in New Issue
Block a user