Skip to content

Commit 29acc1b

Browse files
committed
fix: make markdown lint happier
1 parent 5856f4f commit 29acc1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sources/academy/webscraping/scraping_basics_python/04_downloading_html.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ https://www.amazon.com/s?k=darth+vader
194194
print(error, file=sys.stderr)
195195
sys.exit(1)
196196
```
197+
197198
</details>
198199

199200
### Save downloaded HTML as a file
@@ -230,6 +231,7 @@ https://warehouse-theme-metal.myshopify.com/collections/sales
230231
print(error, file=sys.stderr)
231232
sys.exit(1)
232233
```
234+
233235
</details>
234236

235237
### Download an image as a file
@@ -260,4 +262,5 @@ https://warehouse-theme-metal.myshopify.com/cdn/shop/products/sonyxbr55front_f72
260262
sys.exit(1)
261263

262264
```
265+
263266
</details>

0 commit comments

Comments
 (0)