Skip to content

Commit 10619d3

Browse files
committed
fix: unbreak url
1 parent 813b481 commit 10619d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from trywebscraping import Fetch
22

3-
hn = Fetch("https://this-is-an-invalid-site.com")
3+
hn = Fetch("https://news.ycombinator.com")
44
articles = hn.query("tr.athing").extract({
55
"rank": "span.rank",
66
"title": "td.title a",

0 commit comments

Comments
 (0)