Download Images from list of urls

前端 未结 4 651
梦如初夏
梦如初夏 2021-02-15 23:45

I have a list of urls in a text file.i want the images to be downloaded to a particular folder ,how i can do it.is there any addons available in chrome or any other program to d

4条回答
  •  眼角桃花
    2021-02-16 00:21

    • Create a folder in your machine.

    • Place your text file of images URL in the folder.

    • cd to that folder.
    • Use wget -i images.txt

    • You will find all your downloaded files in the folder.

提交回复
热议问题