Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d3c786

Browse files
committed
fixed typo in README
1 parent64d5b81 commit4d3c786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎web-scraping/download-images/README.md

Lines changed: 2 additions & 2 deletions
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 fromhttps://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)

[8]ページ先頭

©2009-2025 Movatter.jp