Skip to content

Commit

Permalink
Fix: groupings for Arla (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jknndy authored Sep 3, 2024
1 parent 6979544 commit 298cf7a
Show file tree
Hide file tree
Showing 5 changed files with 3,625 additions and 3,574 deletions.
4 changes: 2 additions & 2 deletions recipe_scrapers/arla.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def ingredient_groups(self):
return group_ingredients(
self.ingredients(),
self.soup,
"div.u-mt--m > h5",
"div.u-mt--m > table > tbody > tr",
".c-recipe__ingredients-group h5",
".c-recipe__ingredients-group tr",
)
10 changes: 5 additions & 5 deletions tests/test_data/arla.se/arla_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ingredients": [
"400 g pastrami, kokt oxbringa eller skivad grillad rostbiff",
"1 dl surkål",
"1 dl riven Arla Präst® ost",
"1 dl riven Arla Ko Präst® Ost 31%",
"8 skivor surdegsbröd",
"50 g Svenskt Smör från Arla®, smält",
"4 saltgurkor",
Expand All @@ -25,7 +25,7 @@
"ingredients": [
"400 g pastrami, kokt oxbringa eller skivad grillad rostbiff",
"1 dl surkål",
"1 dl riven Arla Präst® ost",
"1 dl riven Arla Ko Präst® Ost 31%",
"8 skivor surdegsbröd",
"50 g Svenskt Smör från Arla®, smält",
"4 saltgurkor"
Expand Down Expand Up @@ -59,16 +59,16 @@
"description": "Reuben sandwich är en amerikansk macka med mycket pastrami, saltgurka och så kallad rysk dressing. Bröden fylls med alla godsaker fär att sedan smörstekas. En riktig mack-klassiker som är perfekt att bjuda på till brunch!",
"total_time": 40,
"cuisine": "Amerikansk",
"ratings": 4.2,
"ratings_count": 13,
"ratings": 4.4,
"ratings_count": 19,
"nutrients": {
"calories": "920 kcal",
"fatContent": "61 g",
"carbohydrateContent": "49 g",
"proteinContent": "43 g",
"type": "NutritionInformation"
},
"image": "https://images.arla.com/recordid/FB2425A1-47CE-4EFB-8D47570F80762F18/reuben-sandwich.jpg?format=jpg&width=1300&height=525",
"image": "https://images.arla.com/recordid/FB2425A1-47CE-4EFB-8D47570F80762F18/reuben-sandwich.jpg?format=webp&width=1300&height=525&mode=crop&crop=(0,332,0,−312)",
"keywords": [
"Smörgås"
]
Expand Down
Loading

0 comments on commit 298cf7a

Please sign in to comment.