@@ -140,11 +140,7 @@ If we run the program now, we'll see 34 items in total. Some items don't have va
140
140
[
141
141
...
142
142
{
143
- <<<<<<< HEAD
144
143
"variantName" : null ,
145
- =======
146
- "variant" : null ,
147
- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
148
144
"url" : " https://warehouse-theme-metal.myshopify.com/products/klipsch-r-120sw-powerful-detailed-home-speaker-set-of-1" ,
149
145
"title" : " Klipsch R-120SW Powerful Detailed Home Speaker - Unit" ,
150
146
"minPrice" : 32400 ,
@@ -162,23 +158,15 @@ Some products will break into several items, each with a different variant name.
162
158
[
163
159
...
164
160
{
165
- <<<<<<< HEAD
166
161
"variantName" : " Red - $178.00" ,
167
- =======
168
- "variant" : " Red - $178.00" ,
169
- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
170
162
"url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
171
163
"title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
172
164
"minPrice" : 12800 ,
173
165
"price" : null ,
174
166
"vendor" : " Sony"
175
167
},
176
168
{
177
- <<<<<<< HEAD
178
169
"variantName" : " Black - $178.00" ,
179
- =======
180
- "variant" : " Black - $178.00" ,
181
- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
182
170
"url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
183
171
"title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
184
172
"minPrice" : 12800 ,
@@ -196,11 +184,7 @@ Perhaps surprisingly, some products with variants will have the price field set.
196
184
[
197
185
...
198
186
{
199
- <<<<<<< HEAD
200
187
"variantName" : " Red - $74.95" ,
201
- =======
202
- "variant" : " Red - $74.95" ,
203
- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
204
188
"url" : " https://warehouse-theme-metal.myshopify.com/products/jbl-flip-4-waterproof-portable-bluetooth-speaker" ,
205
189
"title" : " JBL Flip 4 Waterproof Portable Bluetooth Speaker" ,
206
190
"minPrice" : 7495 ,
0 commit comments