Scrape the scribd html page and download all the images associated with the each page. One needs to save the scribd html file to the local directory and this will be the input for the scrape function.
It scans the file for specific tokens and downloads the jpg files associated with each of the pages. Works on most documents on scribd.
uses: urllib2, shutil