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 0adec68 commit 5408d0cCopy full SHA for 5408d0c
README.md
@@ -2,3 +2,6 @@ Python-WebImageScraper
2
======================
3
4
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
@@ -23,4 +23,4 @@ def get_images(url):
23
return image_links
24
25
#a standard call looks like this
26
-#imgs = get_images('http://www.wookmark.com')
+#get_images('http://www.wookmark.com')
0 commit comments