Skip to content

Commit

Permalink
feat: finalize lesson
Browse files Browse the repository at this point in the history
I gave up on extracting links here as this is a topic which is covered
later already and if I covered it here I'd need to rewrite later lessons
for no good reason.
  • Loading branch information
honzajavorek committed Jan 21, 2025
1 parent 76d4b33 commit 5453900
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,7 @@ It works, but the price isn't alone in the result. Before we'd use such data, we

But for now that's okay. We're just testing the waters now, so that we have an idea about what our scraper will need to do. Once we'll get to extracting prices in Python, we'll figure out how to get numbers out of them.

## Extracting URL

:::danger Work in Progress

Under development.

:::

## Extracting all URLs

:::danger Work in Progress

Under development.

:::
In the next lesson, we'll start with our Python project. First we'll be figuring out how to download the Sales page without browser and make it accessible in a Python program.

---

Expand Down

0 comments on commit 5453900

Please sign in to comment.