BabeSucker 0.2

This software can be used to dowload batches of files that have a name containing numberranges or lists of characters.

Usage

loader scan

This scans the current directory and builds a index.html with the pictures.

loader get URL

This gets the URLs. URL can contain either

http://www.somesite.com/[a,b][0-2].html would load :
  1. http://www.somesite.com/a0.html
  2. http://www.somesite.com/a1.html
  3. http://www.somesite.com/a2.html
  4. http://www.somesite.com/b0.html
  5. http://www.somesite.com/b1.html
  6. http://www.somesite.com/b2.html
loader renew

This loads the previously written file an does the round again. Comments to Claymore

History

0.2 Fixed the reading of files that don't have a Content-Length like html.

Plans

0.3 Put in Proxy Support