Spaces:
Runtime error
Runtime error
Commit ·
7e72686
1
Parent(s): 8f08cf4
Update scraper/utils/UltaScraper.py
Browse files
scraper/utils/UltaScraper.py
CHANGED
|
@@ -107,7 +107,7 @@ class UltaScraper:
|
|
| 107 |
'title': product[0],
|
| 108 |
'product_id': product[1],
|
| 109 |
'ingredients': product[2],
|
| 110 |
-
'url':
|
| 111 |
'store_name': 'Ulta'
|
| 112 |
})
|
| 113 |
urls.append(link['href'])
|
|
|
|
| 107 |
'title': product[0],
|
| 108 |
'product_id': product[1],
|
| 109 |
'ingredients': product[2],
|
| 110 |
+
'url': link['href'],
|
| 111 |
'store_name': 'Ulta'
|
| 112 |
})
|
| 113 |
urls.append(link['href'])
|