We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5856f4f commit 29acc1bCopy full SHA for 29acc1b
sources/academy/webscraping/scraping_basics_python/04_downloading_html.md
@@ -194,6 +194,7 @@ https://www.amazon.com/s?k=darth+vader
194
print(error, file=sys.stderr)
195
sys.exit(1)
196
```
197
+
198
</details>
199
200
### Save downloaded HTML as a file
@@ -230,6 +231,7 @@ https://warehouse-theme-metal.myshopify.com/collections/sales
230
231
232
233
234
235
236
237
### Download an image as a file
@@ -260,4 +262,5 @@ https://warehouse-theme-metal.myshopify.com/cdn/shop/products/sonyxbr55front_f72
260
262
261
263
264
265
266
0 commit comments