vaguiners

4Chan Batch Downloader - v1.2

Feb 2nd, 2013
75
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. echo start 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%>>Update.bat
  16. 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%
  17. goto set
  18.  
  19. ::4Chan Batch Downloader - ChangeLog
  20.  
  21. v1.2 - 30/04/2012
  22. : Todo topico baixado, será adicionado no arquivo update.bat caso queira atualiza-lo.
  23.  
  24. v1.1 - 29/04/2012
  25. : Não é preciso mais copiar/deletar o wget.exe para a pasta onde será baixado as img
  26. : Removido as linhas para criar as pastas
  27. : Removido todos os cd
  28.  
  29. v1.0 - 29/04/2012
  30. : Finalizado as linhas mais importantes, com alguns ajustes.
Add Comment
Please, Sign In to add comment