vaguiners

4Chan Batch Downloader - v1.1

Feb 2nd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. echo off
  2. cls
  3. :set
  4. title 4Chan Batch Downloader
  5. set get=wget.exe
  6. set board=null
  7. set thread=null
  8. :inicio
  9. cls
  10. echo.
  11. set /p board="Please Enter Board: "
  12. set /p thread="Please Enter Thread: "
  13. if "%board%"=="null" goto inicio
  14. if "%thread%"=="null" goto inicio
  15. wget -H --no-directories -D images.4chan.org -r -l 1 -U Mozilla -A jpeg,jpg,png,gif -nc --wait 3 --random-wait -P img\%board%-%thread% -e robots=off http://boards.4chan.org/%board%/res/%thread%
  16. goto set
  17.  
  18. ::4Chan Batch Downloader - ChangeLog
  19.  
  20. v1.1 - 29/04/2012
  21. : Não é preciso mais copiar/deletar o wget.exe para a pasta onde será baixado as img
  22. : Removido as linhas para criar as pastas
  23. : Removido todos os cd
  24.  
  25. v1.0 - 29/04/2012
  26. : Finalizado as linhas mais importantes, com alguns ajustes.
Add Comment
Please, Sign In to add comment