Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 591af6b

Browse files
authored
Merge pull request #29 from ZelenyMartin/webscraping_url_fix
datova-analyza/webscraping
2 parents f9be443 + 267aba9 commit 591af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datova-analyza/webscraping/lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Načteme v Pythonu první z odkazů a stejně jako prve vypíšeme texty všech
157157
```py
158158
from requests_html import HTMLSession
159159
session = HTMLSession()
160-
stranka = session.get('https://apps.kodim.cz/python-data/sample')
160+
stranka = session.get('https://apps.kodim.cz/python-data/scrape')
161161
for odstavec in stranka.html.find('p'):
162162
print(odstavec.text)
163163
```

0 commit comments

Comments
 (0)