terça-feira, 9 de abril de 2019

Download Image Share using Curl

  1. Download Curl for Windows
  2. Create a folder with name "curl" in "C:\Users\<username>\curl"
  3. Execute CMD - Windows Key + R - or - Right button in Start, Run - type "cmd" without quotes and press enter
  4. in CMD, type "cd curl" without quotes and press enter
  5.  in curl directory, type:

    curl http://image-share.com/upload/3324/[1-300].jpg --create-dirs -o 3324/#1.jpg

    just change the numbers in red, but them must be the same, example 3320 and 3320 ...

Nenhum comentário:

Postar um comentário

Download Image Share using Curl

Download Curl for Windows Create a folder with name "curl" in "C:\Users\<username>\curl" Execute CMD - Windows ...