1
0
mirror of https://github.com/uvoteam/img-fetcher.git synced 2024-07-27 01:17:19 +00:00
Go to file
2019-03-14 17:19:05 +02:00
.gitignore init 2019-03-14 17:19:05 +02:00
img-fetcher.py init 2019-03-14 17:19:05 +02:00
README.md init 2019-03-14 17:19:05 +02:00

Image Fetcher

Script parses stdin, finds all urls to images, and then download all images into "output" folder.

$ echo '<html><body><img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"</body></html>' | python3 ./img-fetcher.py