We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478fe6b commit 813b481Copy full SHA for 813b481
app.py
@@ -1,6 +1,6 @@
1
from trywebscraping import Fetch
2
3
-hn = Fetch("https://news.ycombinator.com")
+hn = Fetch("https://this-is-an-invalid-site.com")
4
articles = hn.query("tr.athing").extract({
5
"rank": "span.rank",
6
"title": "td.title a",
0 commit comments