Download all images from a single directory of a website

后端 未结 5 1040
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-09 00:29

I need to get all of the images from one website that are contained all in one folder. Like for instance, (site.com/images/.*). Is this possible? If so, whats the best way?<

5条回答
  •  粉色の甜心
    2020-12-09 01:14

    Depends if the images directory allows listing the contents. If it does, great, otherwise you would need to spider a website in order to find all the image reference to that directory.

    In either case, take a look at wget.

提交回复
热议问题