Skip to content

Commit 4bb90cb

Browse files
committed
feat: update the rest of scraping variants to be about JS
1 parent c5ef2ab commit 4bb90cb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

sources/academy/webscraping/scraping_basics_javascript2/11_scraping_variants.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ If we run the program now, we'll see 34 items in total. Some items don't have va
140140
[
141141
...
142142
{
143-
<<<<<<< HEAD
144143
"variantName": null,
145-
=======
146-
"variant": null,
147-
>>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
148144
"url": "https://warehouse-theme-metal.myshopify.com/products/klipsch-r-120sw-powerful-detailed-home-speaker-set-of-1",
149145
"title": "Klipsch R-120SW Powerful Detailed Home Speaker - Unit",
150146
"minPrice": 32400,
@@ -162,23 +158,15 @@ Some products will break into several items, each with a different variant name.
162158
[
163159
...
164160
{
165-
<<<<<<< HEAD
166161
"variantName": "Red - $178.00",
167-
=======
168-
"variant": "Red - $178.00",
169-
>>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
170162
"url": "https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control",
171163
"title": "Sony XB-950B1 Extra Bass Wireless Headphones with App Control",
172164
"minPrice": 12800,
173165
"price": null,
174166
"vendor": "Sony"
175167
},
176168
{
177-
<<<<<<< HEAD
178169
"variantName": "Black - $178.00",
179-
=======
180-
"variant": "Black - $178.00",
181-
>>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
182170
"url": "https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control",
183171
"title": "Sony XB-950B1 Extra Bass Wireless Headphones with App Control",
184172
"minPrice": 12800,
@@ -196,11 +184,7 @@ Perhaps surprisingly, some products with variants will have the price field set.
196184
[
197185
...
198186
{
199-
<<<<<<< HEAD
200187
"variantName": "Red - $74.95",
201-
=======
202-
"variant": "Red - $74.95",
203-
>>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
204188
"url": "https://warehouse-theme-metal.myshopify.com/products/jbl-flip-4-waterproof-portable-bluetooth-speaker",
205189
"title": "JBL Flip 4 Waterproof Portable Bluetooth Speaker",
206190
"minPrice": 7495,

0 commit comments

Comments
 (0)