Skip to content

image_gatherer

Matthew Harris edited this page Jan 21, 2016 · 2 revisions

a script to download all the images from your html (raw) files.

> python image_gatherer.py -h
usage: image_gatherer.py [-h] path save domain

saves all images from a collection of html (raw) pages

positional arguments:
  path        folder containing html (raw) files
  save        folder to put image files
  domain      site domain

optional arguments:
  -h, --help  show this help message and exit

Clone this wiki locally