Skip to content

Commit 5453900

Browse files
committed
feat: finalize lesson
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.
1 parent 76d4b33 commit 5453900

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

sources/academy/webscraping/scraping_basics_python/03_devtools_extracting_data.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,7 @@ It works, but the price isn't alone in the result. Before we'd use such data, we
7171

7272
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.
7373

74-
## Extracting URL
75-
76-
:::danger Work in Progress
77-
78-
Under development.
79-
80-
:::
81-
82-
## Extracting all URLs
83-
84-
:::danger Work in Progress
85-
86-
Under development.
87-
88-
:::
74+
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.
8975

9076
---
9177

0 commit comments

Comments
 (0)