Skip to content

Commit 5408d0c

Browse files
committed
updated instructions
1 parent 0adec68 commit 5408d0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ Python-WebImageScraper
22
======================
33

44
A Python powered app that scrapes images from requested URLs and dumps them in scraper's directory.
5+
6+
A standard call looks like this:
7+
get_images('http://www.wookmark.com')

image_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def get_images(url):
2323
return image_links
2424

2525
#a standard call looks like this
26-
#imgs = get_images('http://www.wookmark.com')
26+
#get_images('http://www.wookmark.com')

0 commit comments

Comments
 (0)