2
1
I want you to help me with wget
, I want to download all images from stock images website like https://pixabay.com/
but when I enter the code in the terminal nothing is downloading, no jpg
, no zip
.
I used this code:
wget -r -A jpg https://pixabay.com/
I sometimes use jpg
or zip
depending on the website. I have tried with more websites:
http://www.freepik.com/
http://www.freeimages.com/
http://all-free-download.com/
It's not downloading at all.