Skip to content

Commit 4d3c786

Browse files
committed
fixed typo in README
1 parent 64d5b81 commit 4d3c786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-scraping/download-images/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To run this:
33
- `pip3 install -r requirements.txt`
44
-
55
```
6-
python download_images --help
6+
python download_images.py --help
77
```
88
**Output:**
99
```
@@ -21,7 +21,7 @@ To run this:
2121
```
2222
- If you want to download all images from https://www.thepythoncode.com/topic/web-scraping for example:
2323
```
24-
python download_images https://www.thepythoncode.com/topic/web-scraping
24+
python download_images.py https://www.thepythoncode.com/topic/web-scraping
2525
```
2626
A new folder `www.thepythoncode.com` will be created automatically that contains all the images of that web page.
2727
- If you want to download images from javascript-driven websites, consider using `download_images_js.py` script instead (it accepts the same parameters)

0 commit comments

Comments
 (0)