Skip to content

Commit f957cec

Browse files
committed
fix: typo
1 parent 3651b31 commit f957cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Nice! We can extract the variant names, but we also need to extract the price fo
4040

4141
![Switching variants](images/variants-js.gif)
4242

43-
If we can't find a workaround, we'd need our scraper to run JavaScript. That's not impossiblescrapers can spin up their own browser instance and automate clicking on buttons, but it's slow and resource-intensive. Ideally, we want to stick to plain HTTP requests and Beautiful Soup as much as possible.
43+
If we can't find a workaround, we'd need our scraper to run JavaScript. That's not impossible. Scrapers can spin up their own browser instance and automate clicking on buttons, but it's slow and resource-intensive. Ideally, we want to stick to plain HTTP requests and Beautiful Soup as much as possible.
4444

4545
After a bit of detective work, we notice that not far below the `block-swatch-list` there's also a block of HTML with a class `no-js`, which contains all the data!
4646

0 commit comments

Comments
 (0)